bouffeatulm/tpl/default_fr/footer.html
Phyks b8de12d01b Added a hook to minify CSS and JS
Pre-commit hook and yuicompressor is available in .hooks dir (and should
be copied to .git/hooks) to handle CSS and JS minification.
2013-10-14 16:15:55 +02:00

7 lines
222 B
HTML
Executable File

{if condition="!$connection"}
<p id="user_connected">Connecté en tant que {$current_user->getDisplayName()}.</p>
{/if}
<script type="text/javascript" src="js/main.min.js"></script>
</body>
</html>