Standardize the name of the blocks.

This commit is contained in:
Tim Almdal
2009-11-13 13:56:05 -08:00
parent def88149cc
commit 0fe32a61f6
7 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -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");
}