Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/admtpl/index.html.twig

    r1092 r1147  
    1313  {% tab local('local',__('blog settings')) %} 
    1414    {% if local_settings is not empty %} 
    15     {% form local_nav_form %} 
     15    {% form 'local_nav_form' %} 
    1616     <p class="anchor-nav">{{ form_field('local_nav') }} {{ form_field('local_nav_submit') }}</p> 
    1717    {% endform %} 
    1818    {% endif %} 
    1919 
    20     {% form local_settings_form %} 
     20    {% form 'local_settings_form' %} 
    2121    {% for ns, setting in local_settings %} 
    2222     <table class="settings" id="local_{{ ns }}"><caption>{{ ns }}</caption> 
     
    4747  {% tab global('global',__('global settings')) %} 
    4848    {% if global_settings is not empty %} 
    49     {% form global_nav_form %} 
     49    {% form 'global_nav_form' %} 
    5050     <p class="anchor-nav">{{ form_field('global_nav') }} {{ form_field('global_nav_submit') }}</p> 
    5151    {% endform %} 
    5252    {% endif %} 
    5353 
    54     {% form global_settings_form %} 
     54    {% form 'global_settings_form' %} 
    5555    {% for ns, setting in global_settings %} 
    5656     <table class="settings" id="global_{{ ns }}"><caption>{{ ns }}</caption> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map