1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Introducing e_IFRAME mod; NOHEADER changed to e_NOHEADER; overall menu.php url checks cleaned (API, header, footer); menu related code cleanup and fixes, e_parse improvements (more work is needed); smarter getSingleton() and getObject() (in progress)

This commit is contained in:
secretr
2009-08-19 14:39:57 +00:00
parent e8f6645d10
commit 3099bf9052
9 changed files with 356 additions and 258 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/footer.php,v $
| $Revision: 1.12 $
| $Date: 2009-07-23 15:21:41 $
| $Author: e107coders $
| $Revision: 1.13 $
| $Date: 2009-08-19 14:39:56 $
| $Author: secretr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@@ -84,7 +84,9 @@ if (ADMIN == TRUE) {
//
// B.2 Send footer template, stop timing, send simple page stats
//
if (strpos(e_SELF.'?'.e_QUERY, 'menus.php?configure') === FALSE) {
//NEW - Iframe mod
if (!defsettrue('e_IFRAME'))
{
parse_admin($ADMIN_FOOTER);
}