Hi, to avoid correcting the same html code in all templates, I wrote it in a separate .php file and then linked from the html page through the following code:
<?php wireIncludeFile('styles/menu-A.php'); ?>
But now I would like in the template to be able to choose whether to put the type A m...