1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Merge pull request #2490 from Jimmi08/patch-6

FIX for #2292 active class for homepage without index.php
This commit is contained in:
Cameron
2017-03-07 08:48:25 -08:00
committed by GitHub

View File

@@ -1778,6 +1778,10 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
{
return true;
}
elseif(e_REQUEST_HTTP."index.php" == $dbLink)
{
return true;
}
if(vartrue($data['link_active'])) // Can be used by e_sitelink.php
{