diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-14 22:27:26 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-14 22:27:26 -0700 |
commit | 1b656be7135efe51ba0eb34d6ac76c2632ec193a (patch) | |
tree | 5c66209a366d5df80eca693cbc7c43a18338324e /themes | |
parent | 32ea4406c87049b25d3d82351097e69f13168311 (diff) |
Create a sidebar for tag pages
Move the <link> for the container feed (either gallery/album/<id> or
tag/tag/<id>) back into gallery_theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/sidebar.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php index f8287368..928ecb93 100644 --- a/themes/default/views/sidebar.html.php +++ b/themes/default/views/sidebar.html.php @@ -6,6 +6,8 @@ <?= $theme->album_menu() ?> <? elseif ($page_type == "photo") : ?> <?= $theme->photo_menu() ?> + <? elseif ($page_type == "tag") : ?> + <?= $theme->tag_menu() ?> <? endif ?> </div> </div> |