From 9ca7dc6182df5cca7d68b83871438e6ba54f0a25 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Thu, 14 Apr 2011 22:13:39 +1000 Subject: [PATCH] ... --- templates/homepage/basic/info.php | 27 +++++++++++++++++++++++++ templates/homepage/frameset/info.php | 30 ++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 templates/homepage/basic/info.php create mode 100644 templates/homepage/frameset/info.php 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