Changeset 251 for trunk/style.php


Ignore:
Timestamp:
Oct 2, 2009, 7:12:57 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Podpora pro více grafických stylů. Úprava výchozího stylu.
  • Přidáno: Import RSS aktualit zpravodajství TV Beskyd.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style.php

    r148 r251  
    11<?php
     2
    23include_once('global.php');
    34
     
    1617  global $Time_Start, $refresh, $Config, $User, $PathTree, $Database, $System;
    1718
    18   $Time_Start = GetMicrotime();         // Zjisti počáteční čas
     19  $Time_Start = GetMicrotime();   // Zjisti počáteční čas
    1920  $ScriptName = $_SERVER['SCRIPT_NAME'];
    2021  while(strpos($ScriptName, '//') !== false)
     
    135136
    136137  $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" />'.
    140141  '<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>'.
    142143  '<title>'.$Config['Web']['Title'].' - '.$Path.'</title>
    143144  </head><body'.$BodyParam.'>
     
    163164}
    164165
    165 
    166166?>
Note: See TracChangeset for help on using the changeset viewer.