summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-17 06:07:49 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-17 06:07:49 -0700
commit2ca2e5b6f42e3c201827309535a4a5f5825f212a (patch)
tree0424ac80b442dc89ff66747ec3e724ff0ae979c8 /themes
parentb6306c7726552ab19c280057948fcecd5fc2388b (diff)
parent30b5c389e6baae397d6c5c9fe9c7ed91a5296568 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'themes')
-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 ?>