mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +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:
@@ -61,7 +61,7 @@ class membersonly
|
||||
|
||||
function sc_membersonly_returntohome()
|
||||
{
|
||||
return "<a href='".e_HTTP."index.php'>".LAN_MEMBERS_4."</a>";
|
||||
return "<a class='alert-link' href='".e_HTTP."index.php'>".LAN_MEMBERS_4."</a>";
|
||||
}
|
||||
|
||||
function sc_membersonly_restricted_area()
|
||||
|
Reference in New Issue
Block a user