Step 1:
Open fireboard.php (located in your /components/com_fireboard folder).
Scroll down to or around line 141:Code:
// Add required header tags
$mainframe->addCustomHeadTag('');
$mainframe->addCustomHeadTag('
//1: show, 0 : hide
jr_expandImg_url = "' . JB_URLIMAGESPATH . '";');
And comment out the $mainframe->addCustomHeadTag call.Code:
// Add required header tags
// $mainframe->addCustomHeadTag('');
$mainframe->addCustomHeadTag('
//1: show, 0 : hide
jr_expandImg_url = "' . JB_URLIMAGESPATH . '";');
Step 2:
Open your templates' index.php file (located in your templates/whatever_template/ folder).
Find your opening tag somewhere. This is taken from yoo_page:Code:
" lang="language; ?>" dir="direction; ?>" >
Спасибо chaosknignРано радоваться, в этом случае не работает кнопка быстрого ответа...