golden hour
/home/phakp/public_html/formtools/themes/default/about
⬆️ Go Up
Upload
File/Folder
Size
Actions
screenshot.gif
52.93 KB
Del
OK
theme.php
1.2 KB
Del
OK
thumbnail.gif
9.52 KB
Del
OK
Edit: theme.php
<?php /** * Form Tools Theme File * --------------------- * * $theme_name - the name of the theme * $theme_author - the theme author * $theme_author_email - the theme author's email * $theme_link - any link you wish others to view (may be personal site, or theme info) * $theme_description - a short description of the theme */ $theme_name = "Default"; $theme_author = "Ben Keen"; $theme_author_email = "ben.keen@gmail.com"; $theme_link = "http://themes.formtools.org"; $theme_description = "The default Form Tools theme. It's a fixed-width theme requiring 1024 minimum width screens, with a few different colour swatches to choose from."; $theme_version = "1.0.0"; $theme_uses_swatches = "yes"; $theme_swatches = array( "red" => "{\$LANG.word_red}", "orange" => "{\$LANG.word_orange}", "yellow" => "{\$LANG.word_yellow}", "green" => "{\$LANG.word_green}", "aquamarine" => "{\$LANG.word_aquamarine}", "blue" => "{\$LANG.word_blue}", "dark_blue" => "{\$LANG.phrase_dark_blue}", "purple" => "{\$LANG.word_purple}", "grey" => "{\$LANG.word_grey}", "light_brown" => "{\$LANG.phrase_light_brown}" );
Save