public resources from SkobkinPointToolsBundle moved to web directory.

This commit is contained in:
Alexey Skobkin 2017-01-10 03:11:53 +03:00
parent 22a61c2a67
commit 279896be50
8 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
{% block css %}
{{ parent() }}
<link href="{{ asset('bundles/skobkinpointtools/css/main.css') }}" rel="stylesheet">
<link href="{{ asset('css/main.css') }}" rel="stylesheet">
{% endblock %}
{% block header_navbar %}

View File

@ -8,7 +8,7 @@
{# The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags #}
<meta name="description" content="Point.im external tools">
<meta name="author" content="Alexey Skobkin">
<link rel="icon" href="{{ asset('bundles/skobkinpointtools/images/favicon.ico') }}">
<link rel="icon" href="{{ asset('favicon.ico') }}">
{% endblock %}
<title>{% block header_title %}{% endblock %}</title>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -2,12 +2,12 @@
{% block css %}
{{ parent() }}
<link href="{{ asset('bundles/skobkinpointtools/css/lib/magnific-popup.css') }}" rel="stylesheet">
<link href="{{ asset('css/lib/magnific-popup.css') }}" rel="stylesheet">
{% endblock %}
{% block footer_js %}
{{ parent() }}
<script src="{{ asset('bundles/skobkinpointtools/js/lib/jquery.magnific-popup.min.js') }}"></script>
<script src="{{ asset('bundles/skobkinpointtools/js/popups.js') }}"></script>
<script src="{{ asset('js/lib/jquery.magnific-popup.min.js') }}"></script>
<script src="{{ asset('js/popups.js') }}"></script>
{% endblock %}
{% block header_title %}#{{ post.id }} @ Point Tools{% endblock %}