Changeset 251 for trunk/style.php
- Timestamp:
- Oct 2, 2009, 7:12:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style.php
r148 r251 1 1 <?php 2 2 3 include_once('global.php'); 3 4 … … 16 17 global $Time_Start, $refresh, $Config, $User, $PathTree, $Database, $System; 17 18 18 $Time_Start = GetMicrotime(); 19 $Time_Start = GetMicrotime(); // Zjisti počáteční čas 19 20 $ScriptName = $_SERVER['SCRIPT_NAME']; 20 21 while(strpos($ScriptName, '//') !== false) … … 135 136 136 137 $Output = '<?xml version="1.0" encoding="'.$Config['Web']['Charset'].'"?>'. 137 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1. 0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'.138 '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang=" en" lang="en">'.139 '<head><link rel="stylesheet" href="'.$Config['Web']['RootFolder'].'/style .css" type="text/css" media="all" />'.138 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'. 139 '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs">'. 140 '<head><link rel="stylesheet" href="'.$Config['Web']['RootFolder'].'/style/'.$Config['Web']['Style'].'/style.css" type="text/css" media="all" />'. 140 141 '<meta http-equiv="content-type" content="text/html; charset='.$Config['Web']['Charset'].'" />'. 141 '<script type="text/javascript" src="'.$Config['Web']['RootFolder'].'/ global.js"></script>'.142 '<script type="text/javascript" src="'.$Config['Web']['RootFolder'].'/style/'.$Config['Web']['Style'].'/global.js"></script>'. 142 143 '<title>'.$Config['Web']['Title'].' - '.$Path.'</title> 143 144 </head><body'.$BodyParam.'> … … 163 164 } 164 165 165 166 166 ?>
Note:
See TracChangeset
for help on using the changeset viewer.