1
0
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:
Cameron
2016-03-22 11:42:05 -07:00
parent 6616b52ae9
commit 0b27b3d760
12 changed files with 422 additions and 35 deletions

View File

@@ -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()