Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 14, 2018
1 parent 141806b commit dffc625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/joomla/edit/item_title.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
?>

<?php if ($title) : ?>
<h4><?php echo $title; ?></h4>
<h2><?php echo $title; ?></h2>
<?php endif; ?>

<?php if ($name) : ?>
<h4><?php echo $name; ?></h4>
<h2><?php echo $name; ?></h2>
<?php endif;

0 comments on commit dffc625

Please sign in to comment.