phillicon
11-10-2005, 09:36 PM
Dear all as nobody turned attention to my posts I decided to take a look at the sources. As I described before the directory title is totally messed in 5.2
Here is the solution:
replace:
//$path[] = array ('ID' => '0', 'TITLE' => _L(SITE_NAME), 'TITLE_URL' => DOC_ROOT, 'DESCRIPTION' =>
SITE_DESC);
with:
$path[] = array ('ID' => '0', 'TITLE' => _L('Directory Home'), 'TITLE_URL' => DOC_ROOT, 'DESCRIPTION' => '');
in function get_path($id) {
in file
include\functions.php
some smart genius has replaced that with the SITE_DESC and SITE_NAME variable. Strange that nobody has noticed that problem. I posted it twice but nobody payed attention.
Here is the solution:
replace:
//$path[] = array ('ID' => '0', 'TITLE' => _L(SITE_NAME), 'TITLE_URL' => DOC_ROOT, 'DESCRIPTION' =>
SITE_DESC);
with:
$path[] = array ('ID' => '0', 'TITLE' => _L('Directory Home'), 'TITLE_URL' => DOC_ROOT, 'DESCRIPTION' => '');
in function get_path($id) {
in file
include\functions.php
some smart genius has replaced that with the SITE_DESC and SITE_NAME variable. Strange that nobody has noticed that problem. I posted it twice but nobody payed attention.