]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/404.html
Explicitly define base and asset path in templates
[github/shaarli/Shaarli.git] / tpl / default / 404.html
index 09737b4b0a7850686e72dacbb726d0d7757cd9de..7b696e4c480f77e2831093e91cd7a63e56f208c2 100644 (file)
@@ -8,7 +8,7 @@
   {include="page.header"}
 <div id="pageError" class="page-error-container center">
   <h2>{'Sorry, nothing to see here.'|t}</h2>
-  <img src="img/sad_star.png" alt="">
+  <img src="{$asset_path}/img/sad_star.png#" alt="">
   <p>{$error_message}</p>
 </div>
 {include="page.footer"}