Changeset 56 for trunk/statistic.php
- Timestamp:
- Feb 2, 2009, 10:53:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/statistic.php
r52 r56 5 5 echo('<strong>Statistika:</strong><br />'); 6 6 foreach($TranslationTree as $Group) 7 if($Group['TablePrefix'] != '') echo('<img alt="'.$Group['TablePrefix'].'" src="img_statistic.php?TypeText='.$Group['TablePrefix'].'" title="statistika překladů '.$Group['Name'].'" style="margin: 2px 0px 0px 0px;" /><br />'); 7 if($Group['TablePrefix'] != '') 8 echo('<img alt="'.$Group['TablePrefix'].'" src="img_statistic.php?group='.$Group['Id'].'" title="statistika překladů '.$Group['Name'].'" style="margin: 2px 0px 0px 0px;" /><br />'); 8 9 9 10 echo('<br />
Note:
See TracChangeset
for help on using the changeset viewer.