From 30f0145ea04f16715e5f61c08029e51c0cdc49fe Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 14 Apr 2011 16:58:43 +1000 Subject: [PATCH] typo --- mod.php | 6 +++--- templates/homepage/basic/theme.php | 2 +- templates/homepage/frameset/theme.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mod.php b/mod.php index 908bc167..f6ed73d2 100644 --- a/mod.php +++ b/mod.php @@ -284,7 +284,7 @@ $query->execute() or error(db_error($query)); // Build theme - $config['build_function'](themeSettings()); + $theme['build_function'](themeSettings()); } else { $body = '
'; @@ -355,14 +355,14 @@ 'Actions' . '' . '' . - ''; + '
'; } $body .= ''; } diff --git a/templates/homepage/basic/theme.php b/templates/homepage/basic/theme.php index fb45be66..1251cfff 100644 --- a/templates/homepage/basic/theme.php +++ b/templates/homepage/basic/theme.php @@ -23,7 +23,7 @@ ); // Unique function name for building everything - $config['build_function'] = 'basic_build'; + $theme['build_function'] = 'basic_build'; function basic_build($settings) { Basic::build($settings); diff --git a/templates/homepage/frameset/theme.php b/templates/homepage/frameset/theme.php index 329ec2c6..8b96402d 100644 --- a/templates/homepage/frameset/theme.php +++ b/templates/homepage/frameset/theme.php @@ -26,7 +26,7 @@ Users never have to leave the homepage; they can do all their browsing from the ); // Unique function name for building everything - $config['build_function'] = 'frameset_build'; + $theme['build_function'] = 'frameset_build'; function frameset_build($settings) { Frameset::build($settings);