feature 2368: better canonical URL for homepage

git-svn-id: http://piwigo.org/svn/trunk@13458 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2012-03-02 15:28:43 +00:00
parent 7a28277196
commit 65bb5d44b6
2 changed files with 10 additions and 1 deletions

View file

@ -157,6 +157,7 @@ if ( !isset($page['section']) )
redirect($random_index_redirect[mt_rand(0, count($random_index_redirect)-1)]);
}
}
$page['is_homepage'] = true;
break;
}
default: