Change relative path to absolute path for css, js, ...

This commit is contained in:
Némunaire 2013-10-10 04:48:47 +02:00
commit 1733afb963
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{extends file="layout-nav.tpl"}
{block name=head}
<link href="css/home.css" rel="stylesheet">
<link href="/css/home.css" rel="stylesheet">
{/block}
{block name=content}