From 1b76def26fbfc4ef3f0fcb2df210d916b972628b Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 22 Nov 2008 21:59:41 +0000 Subject: Create thumbnail insertion points (top/bottom/info) and move the generic item info into the info module. --- core/libraries/Theme.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index 569b2d52..42843a5a 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -74,6 +74,9 @@ class Theme_Core { case "album_top": case "album_blocks": case "album_bottom": + case "thumbnail_top": + case "thumbnail_bottom": + case "thumbnail_info": case "photo_top": case "photo_blocks": case "photo_bottom": -- cgit v1.2.3