summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Theme_View.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-13 13:56:05 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-13 13:56:05 -0800
commit0fe32a61f6c55e1302e45358375bf69a161ccdd4 (patch)
tree96bed6d9a9aac02d700acb1e8932cfdaaf147718 /modules/gallery/libraries/Theme_View.php
parentdef88149ccf8b542b376b96dd25c52f2ec6920e1 (diff)
Standardize the name of the blocks.
Diffstat (limited to 'modules/gallery/libraries/Theme_View.php')
-rw-r--r--modules/gallery/libraries/Theme_View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php
index f8fae0f7..7e6a0b2e 100644
--- a/modules/gallery/libraries/Theme_View.php
+++ b/modules/gallery/libraries/Theme_View.php
@@ -165,7 +165,7 @@ class Theme_View_Core extends Gallery_View {
* Print out the sidebar.
*/
public function sidebar_blocks() {
- $sidebar = block_manager::get_html("site.sidebar", $this);
+ $sidebar = block_manager::get_html("site_sidebar", $this);
if (empty($sidebar) && identity::active_user()->admin) {
$sidebar = new View("no_sidebar.html");
}