If you decide to use this theme please don't remove the link to http://free-source.net

Creative Commons License This work is licenced under a Creative Commons Licence. '; define("STANDARDS_MODE", TRUE); define("IMODE", "lite"); define("THEME_DISCLAIMER", ""); // FS SITELINKS SORTCODE AND SETTINGS $register_sc[]='FS_SITELINKS'; define("FS_LINK_SEPARATOR"," "); define("FS_START_SEPARATOR", false); define("FS_END_SEPARATOR", false); // FS CUSTOM SORTCODE AND SETTINGS $register_sc[]='FS_CUSTOM'; // FS MULTICOLOR SUPPORT SETTINS // Set the default color scheme for this theme // ---> blue // ---> black define("FS_DEFAULT_COLOR", 'black'); //--> "blue" or "black" //nextprev define("NEXTPREV_NOSTYLE", "1"); define("USER_WIDTH","width:100%"); $no_core_css = TRUE; $xhtmlcompliant = TRUE; $csscompliant = TRUE; if (!$pref['lightb_version']) { $fs_JS = ' '; } if(check_class($pref['ustyle_permission'])) { $USTYLE_OPT = array(); $USTYLE_OPT['default_css'] = FS_DEFAULT_COLOR; //if empty or not set and there is no user choice - searching for style_default.css $USTYLE_OPT['theme_header'] = ' '.$fs_JS.' '; $USTYLE_OPT['use_alternate'] = 1; $USTYLE_CSSLINK = "{TITLE}"; $USTYLE_CSSLINK_SEPARATOR = "   "; ustyle_theme_init(); $THEME_USTYLE = '
'; } else { $THEME_USTYLE = '
'; function theme_head() { global $fs_JS; echo ' '.$fs_JS.' '; } } function tablestyle($caption, $text, $mode) { global $style; $fs_class = 'none'; switch(e_PAGE) { case "user.php": (USER && e_QUERY) ? $fs_class = 'userPage' : $fs_class = 'none'; break; case "usersettings.php": (USER) ? $fs_class = 'usersettingsPage' : $fs_class = 'none'; break; } switch($style) { case "center": echo '

'.$caption.'

'.$text.'
'; break; case "rightcol": echo '
'.$caption.'
'.$text.'
'; break; default: echo '

'.$caption.'

'.$text.'
'; break; } ; } global $eMenuList; if (!USER && is_array($eMenuList[1])) { foreach($eMenuList[1] as $key=>$a) { if ($a['menu_name'] == 'login_menu') { unset($eMenuList[1][$key]); } } } $HEADER = '
 
{FBOX=use_template=fs_15&get_one=0&random=0}
{SETSTYLE=center} '; $FOOTER = '
{SETSTYLE=rightcol} {MENU=1}
{SITEDISCLAIMER}
'; $sc_style['NEWSIMAGE']['pre'] = '
'; $sc_style['NEWSIMAGE']['post'] = '
'; $sc_style['NEWSICON']['pre'] = ''; $sc_style['NEWSICON']['post'] = ''; $sc_style['STICKY_ICON']['pre'] = ''; $sc_style['STICKY_ICON']['post'] = ''; function news_style($news) { if (e_PAGE != "comment.php") { $cl_comment = '{NEWSCOMMENTS}'; $cl_news_sep = '
'; } else { $cl_comment = ''; $cl_news_sep = ''; } $NEWSSTYLE = '
'.strftime('%d', $news['news_datestamp']).'
'.strftime('%b, %Y', $news['news_datestamp']).'

{STICKY_ICON}{NEWSICON} {NEWSTITLE}

'.LAN_THEME_5.' {NEWSAUTHOR}
{NEWSIMAGE} {NEWSBODY} {EXTENDED}{TRACKBACK}
'.$cl_comment.' {ADMINOPTIONS}{EMAILICON}{PRINTICON}{PDFICON}
'; return $NEWSSTYLE; } define('ICONMAIL', ''); define('ICONPRINT', ''); define('ICONSTYLE', ''); define('COMMENTLINK', LAN_THEME_2); define('COMMENTOFFSTRING', ''); define('PRE_EXTENDEDSTRING', ''); define('EXTENDEDSTRING', LAN_THEME_3); define('POST_EXTENDEDSTRING', ''); define('TRACKBACKSTRING', ''); define('TRACKBACKBEFORESTRING', ''); ; $sc_style['NEWSSUMMARY']['pre'] = '
'; $sc_style['NEWSSUMMARY']['post'] = ''; // the style of the items in news.php?cat and news.php?all $NEWSLISTSTYLE = '
  {NEWSTITLELINK}
{NEWSDATE}{NEWSSUMMARY}
'; //Render news categories on the bottom of the page $NEWSCAT = '
{NEWSCATICON}

{NEWSCATEGORY}

{NEWSCAT_ITEM}
'; //Loop for news items in category $NEWSCAT_ITEM = '   {NEWSTITLELINK} '; $sc_style['AVATAR']['pre'] = "
"; $sc_style['AVATAR']['post'] = "
"; $COMMENTSTYLE = '

{USERNAME}{IPADDRESS}

{SUBJECT} - '.LAN_THEME_6.' {TIMEDATE}
{AVATAR} {COMMENT}
{RATING} {SIGNATURE} {COMMENTEDIT}
'; ?>