Re-order templates extension alphabetically.
Allow to use template extension for navigation bar. git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e0ea9fb92f
commit
1cfe916db2
10 changed files with 24 additions and 22 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</fieldset>
|
||||
</form>
|
||||
|
||||
{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
|
||||
{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
|
||||
|
||||
<table width="99%">
|
||||
<tr class="throw">
|
||||
|
|
@ -65,4 +65,4 @@
|
|||
{/foreach} {*images*}
|
||||
</table>
|
||||
|
||||
{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
|
||||
{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue