darkritual/header.tpl
changeset 1 a14108b9f932
parent 0 da5928e7af09
child 2 ade40c219b05
--- a/darkritual/header.tpl	Sat Jan 26 16:03:04 2008 -0500
+++ b/darkritual/header.tpl	Mon Mar 31 21:01:57 2008 -0400
@@ -1,22 +1,33 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 
-<head>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-<meta name="description" content="{SITE_DESC}"/>
-<link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
-<link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
-<title>{PAGE_NAME} | {SITE_NAME}</title>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
+    <meta name="description" content="{SITE_DESC}"/>
+    <link rel="stylesheet" type="text/css" href="{SCRIPTPATH}/includes/clientside/css/enano-shared.css" />
+    <link rel="stylesheet" type="text/css" id="mdgCss" href="{SCRIPTPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" media="screen" />
+    <title>{PAGE_NAME} | {SITE_NAME}</title>
+    
+    {JS_DYNAMIC_VARS}
+    
+    <!-- Enable the Office2007 skin in TinyMCE -->
+    <script type="text/javascript">
+    var tinymce_skin = 'o2k7';
+    </script>
+    
+    <!-- This script automatically loads the other 15 JS files -->
+    <script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
+    {ADDITIONAL_HEADERS}
+    
+    <!-- Enable the modal page editor -->
+    <script type="text/javascript">
+    editor_use_modal_window = true;
+    tinymce_skin = 'o2k7';
+    </script>
+  
+  </head>
 
-{JS_DYNAMIC_VARS}
-    
-<!-- This script automatically loads the other 15 JS files -->
-<script type="text/javascript" src="{SCRIPTPATH}/includes/clientside/static/enano-lib-basic.js"></script>
-{ADDITIONAL_HEADERS}
-
-</head>
-
-<body>
+  <body>
 
 <div class="container">