Changeset 946:cb5a02c1e606
- Timestamp:
- 10/31/12 16:58:13 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r942 r946 184 184 185 185 # --BEHAVIOR-- adminPageFooter 186 $text = $core->callBehavior('adminPageFooter',$core,$text);186 $textAlt = $core->callBehavior('adminPageFooter',$core,$text); 187 187 188 188 echo 189 189 '</div>'."\n". // End of #main-menu 190 '<div id="footer"><p>'. $text.'</p></div>'."\n".190 '<div id="footer"><p>'.($textAlt != '' ? $textAlt : $text).'</p></div>'."\n". 191 191 "</div>\n"; // End of #wrapper 192 192
Note: See TracChangeset
for help on using the changeset viewer.