diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-22 21:59:41 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-22 21:59:41 +0000 |
commit | 1b76def26fbfc4ef3f0fcb2df210d916b972628b (patch) | |
tree | 78d12d06e6cc8f5cd3897349b1a4408a4aba0a6a /core | |
parent | 35cfbfdef457d7d330c5a3839baea250a563af67 (diff) |
Create thumbnail insertion points (top/bottom/info) and move
the generic item info into the info module.
Diffstat (limited to 'core')
-rw-r--r-- | core/libraries/Theme.php | 3 |
1 files changed, 3 insertions, 0 deletions
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": |