Changeset 855 for trunk/includes/System.php
- Timestamp:
- Jan 19, 2016, 11:10:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/System.php
r854 r855 452 452 while($Group = $DbResult->fetch_assoc()) 453 453 { 454 $Groups[T($Group['Name'])] = $Group; 455 } 456 ksort($Groups); 457 foreach($Groups as $Group) 458 { 454 459 $Output .= '<div id="menuitem-group'.$Group['Id'].'" onmouseover="show(\'group'.$Group['Id'].'\')" onmouseout="hide(\'group'.$Group['Id'].'\')">'. 455 460 '<a href="'.$this->System->Link('/TranslationList.php?group='.$Group['Id'].
Note:
See TracChangeset
for help on using the changeset viewer.