Changeset 816 for trunk/promotion.php


Ignore:
Timestamp:
Feb 22, 2015, 11:20:50 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Tabs converted to spaces.
  • Modified: Remove spaces from end of lines.
  • Added: Code format script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/promotion.php

    r782 r816  
    66class PagePromotion extends Page
    77{
    8         function Show()
    9         {
    10                 $this->Title = T('Promotion');
     8  function Show()
     9  {
     10    $this->Title = T('Promotion');
    1111    $Output = '<br>Zde naleznete prezentaci překladu ve hře. Můžete se podívat jak může vypadat i vaše hra. Pokud se vám to líbí, zkuste si češtinu nainstalovat i do svého klienta a lépe také i pomoci projektu, sami to nepřeložíme.<br/><br/>'.
    1212
     
    2323'<img src="images/promotion.bmp" width="800" alt="addon-obr">';
    2424    return($Output);
    25         }
     25  }
    2626}
    27  
     27
    2828$Page = new PagePromotion($System);
    29 ShowPageClass($Page);     
     29ShowPageClass($Page);
Note: See TracChangeset for help on using the changeset viewer.