click here."; $xhtmlcompliant = TRUE; // If set to TRUE will display an XHTML compliant logo in theme manager $csscompliant = TRUE; // If set to TRUE will display a CSS compliant logo in theme manager // [dont render core style sheet link] $no_core_css = TRUE; // [layout] $layout = "_default"; if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:99%;"); } $register_sc[]='THEME_SITELINKS'; $register_sc[]='SIMPLESEARCH'; $register_sc[]='SHOPPING_CART'; $register_sc[]='IMAGE_MAP'; $register_sc[]='AUTOCOMPLETE_CAT'; define("VIEWPORT", "width=device-width, initial-scale=1.0"); // [Header JS] function theme_head() { return " "; } $HEADER = "
shadow shadow
{SETSTYLE=pfmenu} {MENU=2}
View product categories indicator
{SETSTYLE=pfmenu} {MENU=3}
View product pictures indicator
{SETSTYLE=pfmenu} {MENU=5}

{SETSTYLE=content} "; $FOOTER = "
"; $FOOTER .= ' '; // Custom Layout [Shop] $CUSTOMHEADER['Shop'] = "
shadow shadow
{SETSTYLE=pfmenu} {MENU=2}
View product categories indicator
{SETSTYLE=pfmenu} {MENU=3}
View product pictures indicator
{SETSTYLE=pfmenu} {MENU=5}
{SETSTYLE=pfmenu} {MENU=9}
What are you making? indicator

".((e_PAGE == "products.php" || e_PAGE == "shop.php") ? "{SETSTYLE=shop}" : "{SETSTYLE=shopint}")." "; $CUSTOMFOOTER['Shop'] = "
"; $CUSTOMFOOTER['Shop'] .= ' '; // Custom Layout [Home] $CUSTOMHEADER['Home'] = "
shadow shadow
{SETSTYLE=pfmenu} {MENU=2}
View product categories indicator
{SETSTYLE=pfmenu} {MENU=3}
View product pictures indicator
{SETSTYLE=pfmenu} {MENU=5}
{SETSTYLE=pfmenu} {MENU=9}
What are you making? indicator

{IMAGE_MAP}
{SETSTYLE=htomenu} {MENU=7}
bubblebottom
{SETSTYLE=search} {MENU=10}
{SETSTYLE=noheader} "; $CUSTOMFOOTER['Home'] = "
" ; $CUSTOMFOOTER['Home'] .= ' '; $CUSTOMPAGES['Home'] = "index.php"; $CUSTOMPAGES['Shop'] = "SP_webshop"; // [linkstyle] define('PRELINK', ''); define('LINKSTART', '
  • '); define("LINKSTART_HILITE", '
  • '); define('LINKEND', '
  • '); define('LINKDISPLAY', 1); define('LINKALIGN', 'left'); // [newsstyle] $NEWSSTYLE = "

    {NEWSTITLE}

    {NEWSTHUMBNAIL} {NEWSBODY} {EXTENDED} {NEWSCOMMENTS}
    {PRINTICON} {ADMINOPTIONS}
    "; define("ICONSTYLE", "float: left; border:0"); define("COMMENTLINK", "Read/Post Comment: "); define("COMMENTOFFSTRING", "Comments are turned off for this item"); define("PRE_EXTENDEDSTRING", ""); define("EXTENDEDSTRING", "Read more..."); define("POST_EXTENDEDSTRING", "
    "); // [tablestyle] function tablestyle($caption, $text, $mode){ global $style; $caption = $caption ? $caption : ' '; if ((isset($mode['style']) && $mode['style'] == 'button_menu') || (isset($mode) && ($mode == 'menus_config'))) { $menu = ' buttons'; $bodybreak = ''; $but_border = ' button_menu'; } else { $menu = ''; $bodybreak = '
    '; $but_border = ''; } $menu .= ($style && $style != 'default') ? ' non_default' : ''; if ($style == 'noheader') { //echo "

    ".$caption."

    "; echo "
    ".$text."
    "; } else if ($style == 'content') { echo "

    ".$caption."

    "; echo "".$text."
    "; } else if ($style == 'leftmenu') { echo "

    ".$caption."

    "; echo "
    ".$text."
    "; } else if ($style == 'search') { //echo "

    ".$caption."

    "; echo "".$text.""; } else if ($style == 'pfmenu') { //echo "

    ".$caption."

    "; echo "".$text.""; } else if ($style == 'htomenu') { //echo "

    ".$caption."

    "; echo "".$text.""; } else if ($style == 'shop') { //echo "

    ".$caption."

    "; echo "".$text.""; } else if ($style == 'shopint') { echo "

    ".$caption."

    "; echo "".$text."
    "; } else { echo "

    ".$caption."

    "; echo "".$text."
    "; } } ?>