diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-10-30 14:38:48 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-10-30 14:38:48 +0000 |
| commit | b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca (patch) | |
| tree | 65d965b2914eb37dc03bc2f844b247108cc8114e /themes/minimal/templates/block_main_temp.php | |
| parent | 3020184473dca4750c9f353859ea8c1db01504bb (diff) | |
| download | webtrees-b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca.tar.gz webtrees-b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca.tar.bz2 webtrees-b5b7f07418d0a5bd48e1a937c0bdfeb445a877ca.zip | |
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> |
