diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:36:41 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-21 23:36:41 +0000 |
commit | 60191f1d2c65103d35a8b7bf9771d5ff13405db6 (patch) | |
tree | 03c61e8724369bee13b2c89d6bd7a607cd4b5f72 /core/libraries | |
parent | 88f799be6f458f71f9df87e05d24273f9a0058b9 (diff) |
Be consistent in naming the album_top block
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/MY_View.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/libraries/MY_View.php b/core/libraries/MY_View.php index d9712d37..fe2ef12e 100644 --- a/core/libraries/MY_View.php +++ b/core/libraries/MY_View.php @@ -65,8 +65,8 @@ class View extends View_Core { return self::_get_block_helpers("album", $theme); } - public static function album_header($theme) { - return self::_get_block_helpers("album_header", $theme); + public static function album_top($theme) { + return self::_get_block_helpers("album_top", $theme); } public static function photo($theme) { |