darkritual/header.tpl
changeset 1 a14108b9f932
parent 0 da5928e7af09
child 2 ade40c219b05
equal deleted inserted replaced
0:da5928e7af09 1:a14108b9f932
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 
     3 
     4 <head>
     4   <head>
     5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     5     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     6 <meta name="description" content="{SITE_DESC}"/>
     6     <meta name="description" content="{SITE_DESC}"/>
     7 <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
     7     <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
     8 <link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
     8     <link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
     9 <title>{PAGE_NAME} | {SITE_NAME}</title>
     9     <title>{PAGE_NAME} | {SITE_NAME}</title>
       
    10     
       
    11     {JS_DYNAMIC_VARS}
       
    12     
       
    13     <!-- Enable the Office2007 skin in TinyMCE -->
       
    14     <script type="text/javascript">
       
    15     var tinymce_skin = 'o2k7';
       
    16     </script>
       
    17     
       
    18     <!-- This script automatically loads the other 15 JS files -->
       
    19     <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
       
    20     {ADDITIONAL_HEADERS}
       
    21     
       
    22     <!-- Enable the modal page editor -->
       
    23     <script type="text/javascript">
       
    24     editor_use_modal_window = true;
       
    25     tinymce_skin = 'o2k7';
       
    26     </script>
       
    27   
       
    28   </head>
    10 
    29 
    11 {JS_DYNAMIC_VARS}
    30   <body>
    12     
       
    13 <!-- This script automatically loads the other 15 JS files -->
       
    14 <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
       
    15 {ADDITIONAL_HEADERS}
       
    16 
       
    17 </head>
       
    18 
       
    19 <body>
       
    20 
    31 
    21 <div class="container">
    32 <div class="container">
    22 
    33 
    23   <div class="header">{SITE_NAME}</div>
    34   <div class="header">{SITE_NAME}</div>
    24   
    35