b8de12d01b
Pre-commit hook and yuicompressor is available in .hooks dir (and should be copied to .git/hooks) to handle CSS and JS minification.
7 lines
222 B
HTML
Executable File
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>
|