1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

FIX for #2292 active class for homepage without index.php

This is workround for setting homepage url with index.php. Correct way should be just /
Now you have double content.
This commit is contained in:
Jimako
2017-03-04 22:58:07 +01:00
committed by GitHub
parent 78e9c02028
commit 5fa8a06c39

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
{