Changeset 35 for branches/3/index.php


Ignore:
Timestamp:
Oct 15, 2008, 9:40:03 PM (16 years ago)
Author:
maron
Message:

Zobrazení překladů

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3/index.php

    r29 r35  
    77 
    88  if (isset($Result) == false) {
     9   
    910    switch ($Action) {
    1011      default: echo HOME_PAGE;
     
    1415      break;
    1516      case 'Rule': echo '<p>'.RULE.'</p>';
    16       break;
     17      break;     
     18      case 'Translation': WriteTranslation($translations);
     19      break;     
    1720       
    1821    }
Note: See TracChangeset for help on using the changeset viewer.