Files
grzanieplus.pl/plugins/smMyTabsPlugin/modules/smMyTabsFrontend/templates/_show.php
2025-03-12 17:06:23 +01:00

5 lines
101 B
PHP

<?php
use_helper('stTabNavigator');
$smarty->assign('tabs', $tabs);
$smarty->display('tabs.html');
?>