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:
@@ -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='')
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user