Skip to content
Snippets Groups Projects
Unverified Commit 217d94c0 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Use asset-function

parent 9dab71c7
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% extends "base.twig" %} {% extends "base.twig" %}
{% block preload %} {% block preload %}
<link rel="stylesheet" href="/{{ baseurlpath }}module.php/cron/assets/css/cron.css"> <link rel="stylesheet" href="{{ asset('css/cron.css', 'cron') }}">
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment