Rev 97 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 97 | Rev 104 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | content="PointedEars' Website: <?php echo $description; ?>"> |
38 | content="PointedEars' Website: <?php echo $description; ?>"> |
39 | <meta name="dcterms.publisher" content="PointedEars"> |
39 | <meta name="dcterms.publisher" content="PointedEars"> |
40 | <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00"> |
40 | <meta name="dcterms.date" content="2002-05-23T10:56:00+02:00"> |
41 | <meta name="dcterms.created" content="2002-05-23"> |
41 | <meta name="dcterms.created" content="2002-05-23"> |
42 | <meta name="dcterms.modified" content="<?php
|
42 | <meta name="dcterms.modified" content="<?php
|
- | 43 | $modi = max(array( |
|
43 | $modi = @filemtime(__FILE__); |
44 | @filemtime(__FILE__), |
- | 45 | @filemtime('LocaleData'), |
|
- | 46 | @filemtime('styles/lcars-basic.css'), |
|
- | 47 | @filemtime('styles/lcars22.css'), |
|
- | 48 | @filemtime('styles/lcars-ani.css'), |
|
- | 49 | @filemtime('scripts/object.js'), |
|
- | 50 | )); |
|
- | 51 | ||
44 | echo gmdate('Y-m-dTH:i:sO', $modi); ?>"> |
52 | echo gmdate('Y-m-dTH:i:sO', $modi); ?>"> |
45 | <?php /* |
53 | <?php /* |
46 | <meta name="dcterms.type" content="">
|
54 | <meta name="dcterms.type" content="">
|
47 | <meta name="dcterms.format" content="">
|
55 | <meta name="dcterms.format" content="">
|
48 | */ ?> |
56 | */ ?> |