Kelu
Karma: 0
|
Title not showing completly - 2006/04/06 15:36
Joomla 1.0.8 and ReMOSef v3.2.
My title is showing only: Site Title - Remository
Not even i go on categories,folders or files i have same title for all pages.
I think this a problem of Remository/ReMOSef because the others joomla links are working nicely (Fontpage,contact,etc)
I have made some changes in sef.custom.php, this could be the problem?
global $custom_code, $custom_name, $remosef_content_task, $remository_sef_name_chars, $remository_sef_translate_chars, $_SEF_SPACE;
$_SEF_SPACE = "_"; // divide words with underscores // can be changed to a hyphen "-"
$custom_code = array('com_remository','com_search','com_frontpage','com_contact','com_mrecommend','com_graphitory'
,'com_weblinks','com_newsfeeds'); $custom_name = array('Manuals','Search','Frontpage','Contact_Us','Recommend_Us','Graphitory','Links','Live_News');
$remosef_content_task['findkey'] = 'findkey'; $remosef_content_task['view'] = 'view'; $remosef_content_task['section'] = 'section'; $remosef_content_task['category'] = 'category'; $remosef_content_task['blogsection'] = 'blogsection'; $remosef_content_task['blogcategorymulti'] = 'blogcategorymulti'; $remosef_content_task['blogcategory'] = 'blogcategory'; $remosef_content_task['archivesection'] = 'archivesection'; $remosef_content_task['archivecategory'] = 'archivecategory'; $remosef_content_task['save'] = 'save'; $remosef_content_task['cancel'] = 'cancel'; $remosef_content_task['emailform'] = 'emailform'; $remosef_content_task['emailsend'] = 'emailsend'; $remosef_content_task['vote'] = 'vote'; $remosef_content_task['showblogsection'] = 'showblogsection';
|