diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 15:19:35 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 15:19:35 +0000 |
| commit | 59eeedf19fd6cbb29cae44084315071eb2610748 (patch) | |
| tree | 7e40baca023ffc5da56d0253d3f2ae9de61be520 /themes/minimal/templates/block_main_temp.php | |
| parent | e9d4c8923edae825db191f081d2f7be3d2021745 (diff) | |
| download | webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.tar.gz webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.tar.bz2 webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.zip | |
#604136 - Nav Options box location display bug-SVN906651
Diffstat (limited to 'themes/minimal/templates/block_main_temp.php')
| -rw-r--r-- | themes/minimal/templates/block_main_temp.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/minimal/templates/block_main_temp.php b/themes/minimal/templates/block_main_temp.php index 343d712b5f..1f49d5f4b7 100644 --- a/themes/minimal/templates/block_main_temp.php +++ b/themes/minimal/templates/block_main_temp.php @@ -5,10 +5,11 @@ * This template expects that the following variables will be set * $id - the DOM id for the block div * $title - the title of the block + * $class - the additional class of the block * $content - the content of the block * * webtrees: Web based Family History software - * Copyright (C) 2010 webtrees development team. + * Copyright (C) 2011webtrees development team. * * Derived from PhpGedView * Copyright (C) 2008 to 2009 PGV Development Team. All rights reserved. @@ -48,7 +49,7 @@ if (!defined('WT_WEBTREES')) { <td class="blockh3"></td> </tr> </table> - <div class="blockcontent"> + <div class="blockcontent <?php echo $class; ?>"> <?php echo $content; ?> </div> </div> |
