mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Merge pull request #2490 from Jimmi08/patch-6
FIX for #2292 active class for homepage without index.php
This commit is contained in:
commit
748bdc333e
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user