summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-16 20:34:42 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-16 20:34:42 -0700
commit4e1e24ba1a976cd0bb7ca7dd03c6001f906a25dd (patch)
treeb3591aff6a4cb41d58f7d3de62e194c737e6fdcd /themes/default
parentffccfb9e634de527261dca8e46ac4053806ec87b (diff)
Add a movie_menu() theme callback, and have the default theme call it
in the sidebar on movie page types.
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/sidebar.html.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/views/sidebar.html.php b/themes/default/views/sidebar.html.php
index 928ecb93..04379eb6 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 == "movie") : ?>
+ <?= $theme->movie_menu() ?>
<? elseif ($page_type == "tag") : ?>
<?= $theme->tag_menu() ?>
<? endif ?>