1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Issue #4352 Added canonical for home page and frontpage setting.

This commit is contained in:
Cameron
2021-01-19 13:31:20 -08:00
parent f091709847
commit e57b1a9b61
7 changed files with 166 additions and 77 deletions

View File

@@ -20,11 +20,11 @@ function wmessage_shortcode($parm='')
// return;
}
*/
$front_qry = '';
if ($parm != 'force')
{
$full_url = 'news.php'; // Set a default in case
$front_qry = '';
$uc_array = explode(',', USERCLASS_LIST);
if(varset($pref['frontpage']))
{
@@ -112,4 +112,3 @@ function wmessage_shortcode($parm='')
}
}
}
?>