Renane eesyphp.css file as app.css

This commit is contained in:
Benjamin Renard 2023-03-05 12:30:04 +01:00
parent fc29012dce
commit b1c8185eab
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@
<!-- Font Awesome -->
<link href="{static_url path="lib/Fork-Awesome-1.2.0/css/fork-awesome.min.css"}" rel="stylesheet"/>
<link href="{static_url path="css/eesyphp.css"}" rel="stylesheet"/>
<link href="{static_url path="css/app.css"}" rel="stylesheet"/>
{foreach $css as $path}
<link href="{$path|escape:"quotes"}" rel="stylesheet"/>
{/foreach}