1 cslepage Apr 26, 2009 05:33
3 cslepage Apr 26, 2009 05:56
Very nice! It changes it to "Blog Title - Category:NAME OF CATEGORY - Blog Title", which isn't exactly what I want to see, but it's much better than before. Thank you!
4 sam2kb Apr 26, 2009 06:14
Then make it look like this
request_title( array(
'format' => 'htmlhead',
'title_before' => $Blog->get('name').' - ',
'title_after' => '',
'title_single_before' => '',
'title_single_after' => '',
'title_page_before' => '',
'title_page_after' => '',
'title_none' => $Blog->get('name','htmlhead'),
) );
If I understand you right, you should change the 'title_single_before' to 'title_before' in _html_header.inc.php on line 33