Skip to content

Commit 10c80e4

Browse files
V 0.1.0
1 parent fadc96e commit 10c80e4

File tree

4 files changed

+3
-64
lines changed

4 files changed

+3
-64
lines changed

app/config/aisel.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
application.name: Aisel
3-
application.version: 0.0.3
3+
application.version: 0.1.0
44

55
aisel_config:
66
route_prefix: config_ # ex: config_contact
@@ -17,8 +17,3 @@ aisel_config:
1717
disqus:
1818
order: 30
1919
controller: AiselAdminBundle:ConfigDisqus:modify
20-
21-
# for later use
22-
# category:
23-
# order: 30
24-
# controller: AiselCategoryBundle:Config:modify

src/Aisel/AdminBundle/Resources/views/layout.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ file that was distributed with this source code.
5252
{% if not loop.last %}
5353
<li>
5454
{% if menu.uri is not empty %}
55-
<a href="{{ menu.uri }}">{{ menu.label }}</a>
55+
<a href="{{ menu.uri }}">{{ menu.label|raw }}</a>
5656
{% else %}
5757
{{ menu.label }}
5858
{% endif %}
@@ -63,7 +63,7 @@ file that was distributed with this source code.
6363
{% endfor %}
6464
{% endif %}
6565
{% else %}
66-
{{ _breadcrumb }}
66+
{{ _breadcrumb|raw }}
6767
{% endif %}
6868
</ol>
6969
{% endif %}

src/Aisel/CategoryBundle/Controller/ConfigController.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/Aisel/CategoryBundle/Form/Type/ConfigType.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)