в 1.0 можно было так :Код:require_once( $mosConfig_absolute_path . '/includes/frontend.html.php' );modules_html::module2( $module, $params, $Itemid, $style, $count );я пробую:Код:jimport('joomla.html.pane'); $sliders = & JPane::getInstance('sliders'); $sliders->startPanel( JText::_( $module->title ), 'module' . $module->id ); echo $module->content; $sliders->endPanel();но не совсем удачно. Что не так?
|