function название_компонента() { global $LANG; $inCore = cmsCore::getInstance(); $inPage = cmsPage::getInstance(); $inDB = cmsDatabase::getInstance(); $inUser = cmsUser::getInstance(); $inCore->loadModel('название_компонента'); $smarty = $inCore->initSmarty('components', 'com_fisttemplate_view.tpl'); $smarty->assign('content', 'Привет instant cms'); $smarty->display('com_com_fisttemplate_view.tpl'); }
<div> {$content} </div>