Changeset 510 for trunk/includes
- Timestamp:
- Feb 15, 2013, 11:02:13 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Page.php
r507 r510 1 1 <?php 2 3 $RSSChannels = array(4 array('Title' => 'Změny systému', 'Channel' => 'news'),5 array('Title' => 'Poslední překlady', 'Channel' => 'translation'),6 array('Title' => 'Shoutbox', 'Channel' => 'shoutbox'),7 );8 2 9 3 function ShowShoutbox() -
trunk/includes/global.php
r507 r510 25 25 date_default_timezone_set($Config['Web']['Timezone']); 26 26 27 $Revision = 5 06; // Subversion revision27 $Revision = 510; // Subversion revision 28 28 $ReleaseTime = '2013-02-15'; 29 29
Note:
See TracChangeset
for help on using the changeset viewer.