{@
$tmp = $tpl_path;
$cmWidget = &getModel('widget');
$widget_list = $cmWidget->getDownloadedWidgetList();
$ccWidget = &getController('widget');
$first_page->content = $ccWidget->transWidgetCode($first_page->content, true);
$tpl_path = $tmp;
}
{$first_page->content}