themes/oxygen/header.tpl
changeset 568 3700f7124c2b
parent 565 df5a40ca2f7a
child 594 738c61b498a6
equal deleted inserted replaced
567:7f196509bf78 568:3700f7124c2b
     4     <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
     4     <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
     5     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     5     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
     6     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
     6     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
     7     <link id="mdgCss" rel="stylesheet" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" />
     7     <link id="mdgCss" rel="stylesheet" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" type="text/css" />
     8     {JS_DYNAMIC_VARS}
     8     {JS_DYNAMIC_VARS}
       
     9     
       
    10     <!-- Only load a basic set of functions for now. Let the rest of the API load when the page is finished. -->
       
    11     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/jsres.php?early"></script>
     9     
    12     
    10     <script type="text/javascript">
    13     <script type="text/javascript">
    11       var tinymce_skin = 'o2k7';
    14       var tinymce_skin = 'o2k7';
    12     </script>
    15     </script>
    13     
    16