1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 09:10:23 +02:00

Bugfix #3568 - wysiwyg was not being tested for properly. This has been an ongoing

issue, now resolved. admin and user code need not download wysiwyg js etc -- use
 e_WYSIWYG constant to see if it is enabled.
Also fixed minor popup bug in header/footer (two different issues)
This commit is contained in:
mrpete
2006-12-07 12:59:43 +00:00
parent 583c71d06e
commit 2606079274
2 changed files with 20 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/footer.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-05 09:28:02 $
| $Revision: 1.3 $
| $Date: 2006-12-07 12:59:43 $
| $Author: mrpete $
+----------------------------------------------------------------------------+
*/
@@ -78,6 +78,8 @@ if (ADMIN == TRUE) {
//
// B.2 Send footer template
//
if(varset($e107_popup)!=1){
if (strpos(e_SELF.'?'.e_QUERY, 'menus.php?configure') === FALSE) {
parse_admin($ADMIN_FOOTER);
}
@@ -126,6 +128,8 @@ $rinfo = '';
echo "</table>";
}
} // End of regular-page footer (the above NOT done for popups)
//
// D Close DB connection. We're done talking to underlying MySQL
//