13 lines
374 B
Smarty
13 lines
374 B
Smarty
{* 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> |