mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Bugtracker #4407 - problems with banner login
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
// $Id: banner_template.php,v 1.2 2007-12-06 21:35:55 e107steved Exp $
|
||||
// $Id: banner_template.php,v 1.3 2008-05-03 19:39:59 e107steved Exp $
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:98%"); }
|
||||
|
||||
// ##### LOGIN TABLE -------------------------------------------------------------------------------
|
||||
global $BANNER_LOGIN_TABLE;
|
||||
if(!isset($BANNER_LOGIN_TABLE))
|
||||
{
|
||||
$BANNER_LOGIN_TABLE = "
|
||||
|
Reference in New Issue
Block a user