Changeset 35 for branches/3/index.php
- Timestamp:
- Oct 15, 2008, 9:40:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3/index.php
r29 r35 7 7 8 8 if (isset($Result) == false) { 9 9 10 switch ($Action) { 10 11 default: echo HOME_PAGE; … … 14 15 break; 15 16 case 'Rule': echo '<p>'.RULE.'</p>'; 16 break; 17 break; 18 case 'Translation': WriteTranslation($translations); 19 break; 17 20 18 21 }
Note:
See TracChangeset
for help on using the changeset viewer.