Changeset 167 for www/page.php
- Timestamp:
- Mar 24, 2009, 11:44:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/page.php
r163 r167 142 142 '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">'. 143 143 '<head><link rel="stylesheet" href="'.$this->System->Config['Web']['RootFolder'].'/style.css" type="text/css" media="all" />'. 144 '<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->System->Config['Web']['Charset'].'" />'.144 '<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->System->Config['Web']['Charset'].'" />'. 145 145 '<script type="text/javascript" src="'.$this->System->Config['Web']['RootFolder'].'/global.js"></script>'. 146 146 '<title>'.$this->System->Config['Web']['Title'].' - '.$Path.'</title> 147 147 </head><body'.$BodyParam.'> 148 148 <div id="Title">'.$Title.'</div> 149 <div class="Navigation"><span class="MenuItem"><strong>Navigace >></strong> '.$Navigation.'</span><div class="MenuItem2">';149 <div class="Navigation"><span class="MenuItem"><strong>Navigace :: </strong> '.$Navigation.'</span><div class="MenuItem2">'; 150 150 if($this->System->Config['Web']['UserSupport'] == 1) 151 151 {
Note:
See TracChangeset
for help on using the changeset viewer.