5 lines
101 B
PHP
5 lines
101 B
PHP
<?php
|
|
use_helper('stTabNavigator');
|
|
$smarty->assign('tabs', $tabs);
|
|
$smarty->display('tabs.html');
|
|
?>
|