- Timestamp:
- Apr 14, 2013, 11:57:19 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/DefaultConfig.php
r524 r535 31 31 'GameVersion' => '3.3.5a', 32 32 'VisiblePagingItems' => 20, 33 'Timezone' => 'Europe/Prague', 33 34 'WebCounter' => '', 34 ' Timezone' => 'Europe/Prague',35 'Advertisement' => '', 35 36 ), 36 37 'ForbiddedUserNames' => array('addon', 'admin', 'administrator'), -
trunk/includes/Page.php
r530 r535 21 21 22 22 $Output = '<div class="Menu">'; 23 if(!$User->Licence(LICENCE_USER)) 24 $Output .= '<div class="advert">'.$Config['Web']['Advertisement'].'</div>'; 23 25 $Output .= '<span class="MenuItem"></span>'; 24 26 if($User->Licence(LICENCE_USER)) -
trunk/includes/Version.php
r532 r535 1 1 <?php 2 2 3 $Revision = 53 2; // Subversion revision3 $Revision = 535; // Subversion revision 4 4 $DatabaseRevision = 524; 5 5 $ReleaseTime = '2013-02-24'; -
trunk/style/style.css
r469 r535 505 505 vertical-align: middle; 506 506 } 507 508 .advert 509 { 510 text-align: center; 511 }
Note:
See TracChangeset
for help on using the changeset viewer.