Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
corrected wrong route, fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Jan 12, 2018
1 parent f0dc64e commit 65ca4c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/views/home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% if topnavblock is empty %}
<ul class="list-inline">
<li><a href="{{ pagevars.homepath }}" title="{{ __("Go to the site's home page") }}">{{ __('Home') }}</a></li>
<li><a href="{{ path('zikulausersmodule_user_index') }}" title="{{ __('Go to your account panel') }}">{{ __('My Account') }}</a></li>
<li><a href="{{ path('zikulausersmodule_account_menu') }}" title="{{ __('Go to your account panel') }}">{{ __('My Account') }}</a></li>
<li><a href="{{ path('zikulasearchmodule_search_execute') }}" title="{{ __('Search this site') }}">{{ __('Site search') }}</a></li>
</ul>
{% else %}
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/master.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% if topnavblock is empty %}
<ul class="pull-left">
<li><a href="{{ pagevars.homepath }}" title="{{ __("Go to the site's home page") }}">{{ __('Home') }}</a></li>
<li><a href="{{ path('zikulausersmodule_user_index') }}" title="{{ __('Go to your account panel') }}">{{ __('My Account') }}</a></li>
<li><a href="{{ path('zikulausersmodule_account_menu') }}" title="{{ __('Go to your account panel') }}">{{ __('My Account') }}</a></li>
<li><a href="{{ path('zikulasearchmodule_search_execute') }}" title="{{ __('Search this site') }}">{{ __('Site search') }}</a></li>
</ul>
{% else %}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zikula/andreas08-theme",
"version": "3.0.1",
"version": "3.0.2",
"description": "Based on the theme Andreas08 by Andreas Viklund",
"type": "zikula-theme",
"license": "LGPL-3.0+",
Expand Down

0 comments on commit 65ca4c0

Please sign in to comment.