diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/dynamic.html.php (renamed from themes/default/views/tag.html.php) | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/themes/default/views/tag.html.php b/themes/default/views/dynamic.html.php index 27777e94..8d2d2123 100644 --- a/themes/default/views/tag.html.php +++ b/themes/default/views/dynamic.html.php @@ -1,7 +1,7 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <div id="gAlbumHeader">    <div id="gAlbumHeaderButtons"> -    <?= $theme->tag_top() ?> +    <?= $theme->dynamic_top() ?>    </div>    <h1><?= $tag->name ?></h1>  </div> @@ -24,6 +24,6 @@    </li>    <? endforeach ?>  </ul> -<?= $theme->tag_bottom() ?> +<?= $theme->dynamic_bottom() ?>  <?= $theme->pager() ?> | 
