diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/block.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/views/block.html.php b/themes/default/views/block.html.php index a2357ab6..37504861 100644 --- a/themes/default/views/block.html.php +++ b/themes/default/views/block.html.php @@ -1,4 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> +<a name="<?= $anchor ?>"></a> <div id="<?= $css_id ?>" class="gBlock"> <h2><?= $title ?></h2> <div class="gBlockContent"> |
