Ignore:
Timestamp:
Apr 14, 2013, 11:57:19 AM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazení reklamního banneru pro nepřihlášené uživatele.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Page.php

    r530 r535  
    2121 
    2222  $Output = '<div class="Menu">';
     23  if(!$User->Licence(LICENCE_USER))
     24    $Output .= '<div class="advert">'.$Config['Web']['Advertisement'].'</div>';
    2325  $Output .= '<span class="MenuItem"></span>';
    2426  if($User->Licence(LICENCE_USER))
Note: See TracChangeset for help on using the changeset viewer.