// Prepare arrays $fonts = getThemeFontsList(false); $themes = getThemesList(false); $socials = getSocialsList(false); $puzzles = getPuzzlesList(false); $categories = getCategoriesList(false); $sidebars = getSidebarsList(false); $positions = getSidebarsPositions(false); $blog_styles = getBlogStylesList(false); $body_styles = getBodyStylesList(false); $sliders = getSlidersList(false); $yes_no = getYesNoList(false); $dir = getDirectionList(false); $show_hide = getShowHideList(false); $sorting = getSortingList(false); $ordering = getOrderingList(false); // Theme options arrays $THEMEREX_theme_options = array(); /* ############################### #### General #### ############################### */ $THEMEREX_theme_options[] = array("name" => __('General', 'themerex'), "override" => "category,post,page", "type" => "heading"); $THEMEREX_theme_options[] = array("name" => __('Contact form email', 'themerex'), "desc" => __('E-mail for send contact form and user registration data', 'themerex'), "id" => $THEMEREX_shortname . "_" . "contact_email", "std" => "", "type" => "text"); $THEMEREX_theme_options[] = array("name" => __('Favicon', 'themerex'), "desc" => __('Upload a 16px x 16px image that will represent your website\'s favicon.<br /><br /><em>To ensure cross-browser compatibility, we recommend converting the favicon into .ico format before uploading. (<a href="http://www.favicon.cc/">www.favicon.cc</a>)</em>', 'themerex'), "id" => $THEMEREX_shortname . "_" . "favicon", "std" => "", "type" => "upload"); $THEMEREX_theme_options[] = array("name" => __('Logo image', 'themerex'), "desc" => __('Upload logo image', 'themerex'), "id" => $THEMEREX_shortname . "_" . "logo_image", "std" => "", "type" => "mediamanager"); $THEMEREX_theme_options[] = array("name" => __('Logo text', 'themerex'), "desc" => __('Write logo text (if empty the logo image). Use characters [ and ] to select accented part.', 'themerex'), "id" => $THEMEREX_shortname . "_" . "logo_text", "std" => "puz[z]les", "type" => "text"); $THEMEREX_theme_options[] = array("name" => __('Slogan text', 'themerex'), "desc" => __('Write slogan (under logo)', 'themerex'), "id" => $THEMEREX_shortname . "_" . "logo_slogan", "std" => "Bold'n'modern multipurpose wp theme", "type" => "text"); $THEMEREX_theme_options[] = array("name" => __('Show Advertisement block in page header', 'themerex'), "desc" => __('Do you want to show the advertisement block in the page header area?', 'themerex'), "id" => $THEMEREX_shortname . "_" . "show_ads_block", "override" => "category,post,page", "std" => "no", "type" => "radio", "options" => $yes_no); $THEMEREX_theme_options[] = array("name" => __('Advertisement block: banner image', 'themerex'), "desc" => __('Upload the banner image', 'themerex'), "id" => $THEMEREX_shortname . "_" . "ads_block_image", "override" => "category,post,page", "std" => "", "type" => "mediamanager");
<?php $gmap_styles = getGooglemapStyles(); // Switcher choises $THEMEREX_shortcodes_yes_no = getYesNoList(); $THEMEREX_shortcodes_on_off = getOnOffList(); $THEMEREX_shortcodes_dir = getDirectionList(); $THEMEREX_shortcodes_align = getAlignmentList(); $THEMEREX_shortcodes_text_align = getAlignList(); $THEMEREX_shortcodes_float = getFloatList(); $THEMEREX_shortcodes_show_hide = getShowHideList(); $THEMEREX_shortcodes_box_style = getBoxStyles(); $THEMEREX_shortcodes_sorting = getSortingList(); $THEMEREX_shortcodes_ordering = getOrderingList(); $THEMEREX_shortcodes_sliders = getSlidersList(); $THEMEREX_shortcodes_users = getUsersList(); $THEMEREX_shortcodes_categories = getCategoriesList(); $THEMEREX_shortcodes_columns = getColumnsList(); $THEMEREX_shortcodes_images = themerex_array_merge(array('none' => "none"), getListFiles("/images/icons", "png")); $THEMEREX_shortcodes_icons = array_merge(array("none"), getIconsList()); $THEMEREX_shortcodes_locations = getDedicatedLocationsList(); global $THEMEREX_shortcodes_yes_no; // Current elemnt id $THEMEREX_shortcodes_id = array("id" => "id", "title" => __("Element ID", "themerex"), "desc" => __("ID for current element", "themerex"), "divider" => false, "value" => "", "type" => "text"); // Width and height params function THEMEREX_shortcodes_width($w = '') { return array("id" => "width", "title" => __("Width", "themerex"), "divider" => false, "value" => $w, "type" => "text"); } function THEMEREX_shortcodes_height($h = '', $des = 'Width (in pixels or percent) and height (only in pixels) of element') {
$icons = getIconsList(); $categories = getCategoriesList(); $sidebars = getSidebarsList(); $positions = getSidebarsPositions(); $body_styles = getBodyStylesList(); $blog_styles = getBlogStylesList(); $hovers = getHoversList(); $sliders = getSlidersList(); $popups = getPopupEngines(); $gmap_styles = getGooglemapStyles(); $dir = getDirectionList(); $yes_no = getYesNoList(); $on_off = getOnOffList(); $show_hide = getShowHideList(); $sorting = getSortingList(); $ordering = getOrderingList(); } else { $hovers = $fonts = $themes = $socials = $icons = $categories = $sidebars = $positions = $body_styles = $blog_styles = $sliders = $popups = $gmap_styles = $dir = $yes_no = $on_off = $show_hide = $sorting = $ordering = array(); } // Theme options arrays $THEMEREX_options = array(); //############################### //#### General #### //############################### $THEMEREX_options[] = array("title" => __('General', 'themerex'), "id" => "partition_general", "start" => "partitions", "override" => "category,post,page", "icon" => "iconadmin-wrench", "divider" => false, "type" => "partition"); $THEMEREX_options[] = array("title" => __('General parameters', 'themerex'), "desc" => __('Select (or upload) logo and favicon, advertisement parameters, etc.', 'themerex'), "override" => "category,post,page", "type" => "info"); $THEMEREX_options[] = array("title" => __('Contact form email', 'themerex'), "desc" => __('E-mail for send contact form and user registration data', 'themerex'), "id" => "contact_email", "std" => "", "before" => array('icon' => 'iconadmin-mail-1'), "type" => "text"); $THEMEREX_options[] = array("title" => __('Notify about new registration', 'themerex'), "desc" => __('Send E-mail with new registration data to address above or to site admin e-mail', 'themerex'), "id" => "notify_about_new_registration", "std" => "no", "options" => $yes_no, "type" => "switch"); $THEMEREX_options[] = array("title" => __('Enable Dummy Data Installer', 'themerex'), "desc" => __('Show "Install Dummy Data" in the menu "Appearance". <b>Attention!</b> When you install dummy data all content of your site will be replaced!', 'themerex'), "id" => "admin_dummy_data", "std" => "yes", "options" => $yes_no, "type" => "switch"); $THEMEREX_options[] = array("title" => __('Enable Emailer in admin panel (menu Tools)', 'themerex'), "desc" => __('Allow to use ThemeREX Emailer for mass-volume e-mail distribution and management of mailing lists in "Appearance - Menus - Emailer"', 'themerex'), "id" => "admin_emailer", "std" => "yes", "options" => $yes_no, "type" => "switch"); $THEMEREX_options[] = array("title" => __('Favicon', 'themerex'), "desc" => __('Upload a 16px x 16px image that will represent your website\'s favicon.<br /><br /><em>To ensure cross-browser compatibility, we recommend converting the favicon into .ico format before uploading. (<a href="http://www.favicon.cc/">www.favicon.cc</a>)</em>', 'themerex'), "id" => "favicon", "std" => "", "type" => "media");