diff options
Diffstat (limited to 'themes/minimal/templates/block_main_temp.php')
| -rw-r--r-- | themes/minimal/templates/block_main_temp.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/minimal/templates/block_main_temp.php b/themes/minimal/templates/block_main_temp.php index 9eac4af719..515843e460 100644 --- a/themes/minimal/templates/block_main_temp.php +++ b/themes/minimal/templates/block_main_temp.php @@ -38,17 +38,17 @@ if (!defined('WT_WEBTREES')) { } ?> -<div id="<?php print $id; ?>" class="block" > +<div id="<?php echo $id; ?>" class="block" > <table class="blockheader" cellpadding="0" cellspacing="0" style="padding:0;margin:0;"> <tr> <td class="blockh1" ></td> <td class="blockh2" > - <div class="blockhc"><b><?php print $title ?></b></div> + <div class="blockhc"><b><?php echo $title ?></b></div> </td> <td class="blockh3"></td> </tr> </table> <div class="blockcontent"> - <?php print $content ?> + <?php echo $content ?> </div> </div> |
