Merge pull request !50 from Hex/patch-5
This commit is contained in:
commit
e68d9174cf
|
@ -89,7 +89,6 @@ if($_G['forum']['type'] == 'forum') {
|
||||||
}
|
}
|
||||||
|
|
||||||
$rssauth = $_G['rssauth'];
|
$rssauth = $_G['rssauth'];
|
||||||
$rsshead = $_G['setting']['rssstatus'] ? ('<link rel="alternate" type="application/rss+xml" title="'.$_G['setting']['bbname'].' - '.$navtitle.'" href="'.$_G['siteurl'].'forum.php?mod=rss&fid='.$_G['fid'].'&auth='.$rssauth."\" />\n") : '';
|
|
||||||
|
|
||||||
$forumseoset = array(
|
$forumseoset = array(
|
||||||
'seotitle' => $_G['forum']['seotitle'],
|
'seotitle' => $_G['forum']['seotitle'],
|
||||||
|
@ -148,6 +147,9 @@ $_GET['typeid'] = intval($_GET['typeid']);
|
||||||
if(!empty($_GET['typeid']) && !empty($_G['forum']['threadtypes']['types'][$_GET['typeid']])) {
|
if(!empty($_GET['typeid']) && !empty($_G['forum']['threadtypes']['types'][$_GET['typeid']])) {
|
||||||
$navtitle = strip_tags($_G['forum']['threadtypes']['types'][$_GET['typeid']]).' - '.$navtitle;
|
$navtitle = strip_tags($_G['forum']['threadtypes']['types'][$_GET['typeid']]).' - '.$navtitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$rsshead = $_G['setting']['rssstatus'] ? ('<link rel="alternate" type="application/rss+xml" title="'.$_G['setting']['bbname'].' - '.$navtitle.'" href="'.$_G['siteurl'].'forum.php?mod=rss&fid='.$_G['fid'].'&auth='.$rssauth."\" />\n") : '';
|
||||||
|
|
||||||
if(!$metakeywords) {
|
if(!$metakeywords) {
|
||||||
$metakeywords = $_G['forum']['name'];
|
$metakeywords = $_G['forum']['name'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue