public resources from SkobkinPointToolsBundle moved to web directory.
This commit is contained in:
parent
22a61c2a67
commit
279896be50
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% block css %}
|
{% block css %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
<link href="{{ asset('bundles/skobkinpointtools/css/main.css') }}" rel="stylesheet">
|
<link href="{{ asset('css/main.css') }}" rel="stylesheet">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block header_navbar %}
|
{% block header_navbar %}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{# The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags #}
|
{# 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="description" content="Point.im external tools">
|
||||||
<meta name="author" content="Alexey Skobkin">
|
<meta name="author" content="Alexey Skobkin">
|
||||||
<link rel="icon" href="{{ asset('bundles/skobkinpointtools/images/favicon.ico') }}">
|
<link rel="icon" href="{{ asset('favicon.ico') }}">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<title>{% block header_title %}{% endblock %}</title>
|
<title>{% block header_title %}{% endblock %}</title>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
{% block css %}
|
{% block css %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
<link href="{{ asset('bundles/skobkinpointtools/css/lib/magnific-popup.css') }}" rel="stylesheet">
|
<link href="{{ asset('css/lib/magnific-popup.css') }}" rel="stylesheet">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block footer_js %}
|
{% block footer_js %}
|
||||||
{{ parent() }}
|
{{ parent() }}
|
||||||
<script src="{{ asset('bundles/skobkinpointtools/js/lib/jquery.magnific-popup.min.js') }}"></script>
|
<script src="{{ asset('js/lib/jquery.magnific-popup.min.js') }}"></script>
|
||||||
<script src="{{ asset('bundles/skobkinpointtools/js/popups.js') }}"></script>
|
<script src="{{ asset('js/popups.js') }}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block header_title %}#{{ post.id }} @ Point Tools{% endblock %}
|
{% block header_title %}#{{ post.id }} @ Point Tools{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue