mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +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:
@@ -1778,6 +1778,10 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
elseif(e_REQUEST_HTTP."index.php" == $dbLink)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if(vartrue($data['link_active'])) // Can be used by e_sitelink.php
|
if(vartrue($data['link_active'])) // Can be used by e_sitelink.php
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user