forked from leftypol/leftypol
typo
This commit is contained in:
parent
b426fc1e77
commit
30f0145ea0
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue