Arggg, j'ai le mod category hierarchy (le vieux) et ça ne sort pas le titre des categories...
pas de chance...
Modérateur: Modérateurs
$sql = "SELECT c.cat_id, c.cat_title, c.cat_order
FROM " . CATEGORIES_TABLE . " c
ORDER BY c.cat_order";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not query categories list', '', __LINE__, __FILE__, $sql);
}
$category_rows = array();
while ($row = $db->sql_fetchrow($result))
{
$category_rows[] = $row;
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( $row['cat_id'] == $viewcat ) { $this_cat_title = $row['cat_title']; }
// www.phpBB-SEO.com SEO TOOLKIT END
}
$page_title = ($this_cat_title) ? $this_cat_title : $board_config['sitename'];
$page_title = ($this_cat_title) ? $this_cat_title : $board_config['sitename'];$page_title = ($this_cat_title) ? $this_cat_title . " : " . $board_config['sitename'] : $board_config['sitename'];if ($this_cat_title) {
$page_title = $this_cat_title . " : " . $board_config['sitename'];
} else {
$page_title = $board_config['sitename'];
}
Retourner vers MODS phpBB2 SEO
Utilisateurs parcourant ce forum: Google Adsense [Bot], VoilaBot [Bot] et 4 invités