"); e107::lan('theme'); e107::js('core','bootstrap/js/bootstrap.min.js'); e107::css('core','bootstrap/css/bootstrap.min.css'); e107::css('core','bootstrap/css/bootstrap-responsive.min.css'); // e107::css('core','bootstrap/css/jquery-ui.custom.css'); e107::css('theme','admin_style.css'); e107::css('theme','ie_all.css',null,'all',""); /* $drop = " $(function() { $('.navbar .dropdown').hover(function() { $(this).find('.dropdown-menu').first().stop(true, true).slideDown() }, function() { $(this).find('.dropdown-menu').first().stop(true, true).slideUp('fast') }); }); "; e107::js("inline",$drop); */ // e107::js("inline","$('.dropdown-toggle').toggle('slow');"); if(defined('TEXTDIRECTION') && file_exists(THEME.'/menu/menu_'.strtolower(TEXTDIRECTION).'.css')) { // e107::css('theme','menu/menu_'.strtolower(TEXTDIRECTION).'.css'); } else { // e107::css('theme','menu/menu.css'); } // $register_sc[]='FS_ADMIN_ALT_NAV'; $no_core_css = TRUE; function tablestyle($caption, $text, $mode) { global $style; $class = ''; // echo 'mod='.$style; if(is_string($mode) && $mode == 'admin_help') $class = ' '.str_replace('_', '-', $mode); if($mode == 'core-infopanel_latest' || $mode == 'core-infopanel_status') { //return; echo '
  • '.$text.'
  • '; return; } if($mode == 'personalize') { echo '
    '.$text.'
    '; return; } if($style == 'core-infopanel') { echo '
  • '.$text.'
  • '; return; } if(deftrue('e_IFRAME')) { echo '
    '.$text.'
    '; return; } if(trim($caption) == '') { $style = 'no_caption'; } switch(varset($style, 'admin_content')) { case 'admin_menu' : echo ' '; break; case 'site_info' : echo ' '; break; /* case 'admin_content': echo '

    '.$caption.'

    '.$text.'
    '; break; */ case 'no_caption' : echo '
    '.$text.'
    '; break; default: echo '

    '.$caption.'

    '.$text.'
    '; break; } } $HEADER = ''; $FOOTER = ''; define('ICONMAIL', 'email_16.png'); define('ICONPRINT', 'print_16.png'); define('ICONSTYLE', 'border: 0px'); define('COMMENTLINK', LAN_THEME_2); define('COMMENTOFFSTRING', LAN_THEME_1); define('PRE_EXTENDEDSTRING', '

    '); define('EXTENDEDSTRING', LAN_THEME_3); define('POST_EXTENDEDSTRING', '
    '); define('TRACKBACKSTRING', LAN_THEME_4); define('TRACKBACKBEFORESTRING', ' | '); $sc_style['NEWSIMAGE']['pre'] = '
    '; $sc_style['NEWSIMAGE']['post'] = '
    '; $sc_style['NEWSICON']['pre'] = '
    '; $sc_style['NEWSICON']['post'] = '
    '; $NEWSSTYLE = '

    {NEWSTITLE}

    {NEWSAUTHOR} {NEWSDATE}
    {NEWSIMAGE} {NEWSBODY} {EXTENDED} {TRACKBACK}
    {NEWSCOMMENTS} {ADMINOPTIONS}{EMAILICON}{PRINTICON}{PDFICON}
    '; ?>