Changeset 14 for trunk/class/Gui.php
- Timestamp:
- Jun 19, 2012, 12:09:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/Gui.php
r11 r14 49 49 50 50 //generate and shows active page 51 $this->Pages[$this->ActivePage]->Show();51 if (isset($this->Pages[$this->ActivePage])) $this->Pages[$this->ActivePage]->Show(); 52 52 53 53 $this->ShowFooter();
Note:
See TracChangeset
for help on using the changeset viewer.