Added list functions

This commit is contained in:
Antonio de la Rosa 2025-11-28 18:50:32 +01:00
parent e3775e1045
commit 2226e91faf
11 changed files with 116 additions and 9 deletions

View file

@ -91,7 +91,7 @@ foreach(PhangoApp\PhaRouter\Config::$modules_allowed as $module) {
$link_text=$admin[0];
?>
<li><a href="<?=$this->make_url($admin[1])?>" class="<?=$class_selected?>">&nbsp;
<li><a href="<?=$admin[1]?>" class="<?=$class_selected?>">&nbsp;
<?=$icon_module?>
<?=$link_text?>
</a>