summaryrefslogtreecommitdiff
path: root/core/libraries
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-12 15:40:08 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-12 15:40:08 +0000
commitb82b60c91a4ece468dad8981b7ccd46a8cf19662 (patch)
tree14f3d3874dc0dec3571e52ee1b54c48c5ec5c1aa /core/libraries
parentec195a572101c21715963a501472c0efb2671d54 (diff)
Rename tag.html.php to dynamic.html.php as part of ticket #115
creating Dynamic Albums. This name change reflects the usage better and allows multiple dynamic albums (including tags) to use the same page template.
Diffstat (limited to 'core/libraries')
-rw-r--r--core/libraries/Theme_View.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php
index cc36de03..ecae3946 100644
--- a/core/libraries/Theme_View.php
+++ b/core/libraries/Theme_View.php
@@ -158,6 +158,8 @@ class Theme_View_Core extends View {
case "album_bottom":
case "album_top":
case "credits";
+ case "dynamic_bottom":
+ case "dynamic_top":
case "footer":
case "head":
case "header_bottom":
@@ -165,16 +167,14 @@ class Theme_View_Core extends View {
case "page_bottom":
case "page_top":
case "photo_blocks":
+ case "photo_bottom":
case "photo_top":
case "sidebar_blocks":
case "sidebar_bottom":
case "sidebar_top":
- case "tag_bottom":
- case "tag_top":
case "thumb_bottom":
case "thumb_info":
case "thumb_top":
- case "photo_bottom":
$blocks = array();
foreach (module::installed() as $module) {
$helper_class = "{$module->name}_theme";