Rev 156 | Rev 189 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 156 | Rev 170 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | @filemtime('LocaleData'), | 8 | @filemtime('LocaleData'), | 
| 9 | @filemtime('index.phtml'), | 9 | @filemtime('index.phtml'), | 
| 10 | @filemtime('footer.phtml'), | 10 | @filemtime('footer.phtml'), | 
| 11 | @filemtime('styles/lcars-basic.css'), | 11 | @filemtime('styles/lcars-basic.css'), | 
| 12 | @filemtime('styles/lcars22.css'), | 12 | @filemtime('styles/lcars22.css'), | 
| - | 13 | @filemtime('styles/lcars22-ie6.css'), | |
| 13 | @filemtime('styles/lcars-ani.css'), | 14 | @filemtime('styles/lcars-ani.css'), | 
| 14 | @filemtime('scripts/object.js'), | 15 | @filemtime('scripts/object.js'), | 
| 15 | )); | 16 | )); | 
| 16 | 17 | ||
| 17 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT'); | 18 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT'); | 
| Line 49... | Line 50... | ||
| 49 | function tr ($s) | 50 | function tr ($s) | 
| 50 | {
 | 51 | {
 | 
| 51 | global $translator; | 52 | global $translator; | 
| 52 | global $textDomain; | 53 | global $textDomain; | 
| 53 | global $language; | 54 | global $language; | 
| 54 | 55 | ||
| 55 | return $translator->translate($s, $textDomain, $language); | 56 | return $translator->translate($s, $textDomain, $language); | 
| 56 | }
 | 57 | }
 | 
| 57 | 58 | ||
| 58 | $menu = array( | 59 | $menu = array( | 
| 59 | 'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'), | 60 | 'scripts' => array('path' => 'scripts/', 'text' => 'Scripting'), |