Changeset 183 for trunk/aktuality/rss.php
- Timestamp:
- Mar 26, 2009, 8:51:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aktuality/rss.php
r151 r183 88 88 89 89 echo(GenerateRSS(array( 90 'Title' => 'ZděchovNET- Aktuality',91 'Link' => 'http:// centrala.zdechov.net/',90 'Title' => $Config['Web']['Title'].' - Aktuality', 91 'Link' => 'http://'.$Config['Web']['Host'].'/', 92 92 'Description' => 'Aktuality komunitní počítačové sítě ZděchovNET', 93 'WebmasterEmail' => 'robie@centrum.cz',93 'WebmasterEmail' => $Config['Web']['AdminEmail'], 94 94 'Items' => $Items))); 95 95 ?>
Note:
See TracChangeset
for help on using the changeset viewer.