Changeset 839 for trunk/admin/index.php
- Timestamp:
- Jan 9, 2016, 11:53:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/index.php
r827 r839 19 19 '<a href="'.$System->Link('/log.php').'">Záznamy událostí</a><br/>'. 20 20 '<small>Procházení všech systémových záznamů akcí a událostí</small><br/><br/>'. 21 '<a href="'.$System->Link('/news/?a=add').'">Přidání aktuality</a><br/>'.22 '<small>Přidá aktualitu na hlavní stranu projektu</small><br/><br/>'.23 21 '<a href="'.$System->Link('/admin/?action=testing').'">Testování</a><br/>'. 24 22 '<small>Testovací funkce</small><br/><br/>'. … … 126 124 } 127 125 128 function StripText($Text) { 126 function StripText($Text) 127 { 129 128 $Text = strtolower($Text); 130 129 $Text = str_replace(' ', '', $Text); … … 134 133 function MergeSameText() 135 134 { 136 global $System,$TranslationTree; 135 global $System, $TranslationTree; 136 137 137 $Output = ''; 138 138 foreach($TranslationTree as $Group)
Note:
See TracChangeset
for help on using the changeset viewer.