use loops !), added the Thelia ControllerResolver and fixed config and routing accordingly.²:wq
13 lines
374 B
HTML
13 lines
374 B
HTML
{* Include required JS files *}
|
|
|
|
{javascripts file='../assets/js/jquery.min.js'}
|
|
<link rel="stylesheet" href="{$asset_url}" target="screen">
|
|
{/javascripts}
|
|
|
|
{javascripts file='../assets/bootstrap/js/bootstrap.min.js'}
|
|
<link rel="stylesheet" href="{$asset_url}" target="screen">
|
|
{/javascripts}
|
|
|
|
{* TODO allow modules to include JS here *}
|
|
</body>
|
|
</html> |