mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Membersonly enhancement.(option to redirect to login page or membersonly splash page). User Login page minor HTML cleanup. PHP Notice removal.
This commit is contained in:
@@ -29,7 +29,7 @@ $MEMBERSONLY_END = "<div>";
|
||||
|
||||
$MEMBERSONLY_TEMPLATE['default']['caption'] = LAN_MEMBERS_0;
|
||||
$MEMBERSONLY_TEMPLATE['default']['header'] = "<div class='container text-center' style='margin-right:auto;margin-left:auto'><br /><br />";
|
||||
$MEMBERSONLY_TEMPLATE['default']['body'] = "<div class='alert alert-block alert-danger'>
|
||||
$MEMBERSONLY_TEMPLATE['default']['body'] = "<div class='alert alert-block text-danger'>
|
||||
{MEMBERSONLY_RESTRICTED_AREA} {MEMBERSONLY_LOGIN}
|
||||
{MEMBERSONLY_SIGNUP}<br /><br />{MEMBERSONLY_RETURNTOHOME}
|
||||
|
||||
|
Reference in New Issue
Block a user