diff --git a/e107_admin/auth.php b/e107_admin/auth.php index 304a8eb42..27420026a 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/auth.php,v $ -| $Revision: 1.1.1.1 $ -| $Date: 2006-12-02 04:33:11 $ -| $Author: mcfly_e107 $ +| $Revision: 1.2 $ +| $Date: 2007-08-25 05:48:53 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -95,14 +95,16 @@ class auth # - scope public */ - global $use_imagecode, $sec_img; + global $use_imagecode, $sec_img,$imode; - $text = "
+ $text = "
\n + + diff --git a/e107_themes/jayya/admin_template.php b/e107_themes/jayya/admin_template.php index beb6c42f9..e7c6ef161 100644 --- a/e107_themes/jayya/admin_template.php +++ b/e107_themes/jayya/admin_template.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_themes/jayya/admin_template.php,v $ -| $Revision: 1.3 $ -| $Date: 2006-12-08 08:36:47 $ -| $Author: sweetas $ +| $Revision: 1.4 $ +| $Date: 2007-08-25 05:48:53 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -82,7 +82,10 @@ if (ADMIN) { } $ADMIN_HEADER .= "
".(file_exists(THEME."images/password.png") ? "\n" : "\n" )." ".ADLAN_89." \n
".ADLAN_90."
- +"; +if(ADMIN) +{ + $ADMIN_HEADER .= " + "; +} +$ADMIN_HEADER .= "
@@ -93,21 +96,28 @@ $ADMIN_HEADER .= "
{ADMIN_MSG} {ADMIN_PLUGINS}"; -if (!ADMIN) { + /* if (!ADMIN) + { $style='leftmenu'; $ADMIN_HEADER .= $ns -> tablerender('Welcome', '', '', TRUE); $style='default'; -} + }*/ -if ($prehelp!='') { + if ($prehelp!='') + { $ADMIN_HEADER .= $prehelp; -} else { + } + else + { $ADMIN_HEADER .= "{ADMIN_UPDATE} {ADMIN_SITEINFO}"; } + $ADMIN_HEADER .= "
-
{SETSTYLE=default} ";