diff --git a/templates/homepage/basic/info.php b/templates/homepage/basic/info.php new file mode 100644 index 00000000..bd856655 --- /dev/null +++ b/templates/homepage/basic/info.php @@ -0,0 +1,27 @@ + 'Title', + 'name' => 'title', + 'type' => 'text' + ); + + $theme['config'][] = Array( + 'title' => 'Slogan', + 'name' => 'subtitle', + 'type' => 'text' + ); + + // Unique function name for building everything + $theme['build_function'] = 'basic_build'; +?> \ No newline at end of file diff --git a/templates/homepage/frameset/info.php b/templates/homepage/frameset/info.php new file mode 100644 index 00000000..8b607af0 --- /dev/null +++ b/templates/homepage/frameset/info.php @@ -0,0 +1,30 @@ + 'Title', + 'name' => 'title', + 'type' => 'text' + ); + + $theme['config'][] = Array( + 'title' => 'Slogan', + 'name' => 'subtitle', + 'type' => 'text' + ); + + // Unique function name for building everything + $theme['build_function'] = 'frameset_build'; +?> \ No newline at end of file