mirror of
https://github.com/danbee/neompc
synced 2025-03-04 08:39:10 +00:00
Updated the browse template files to include aconbere's URL encoding fixes.
This commit is contained in:
parent
bf6c21eb7d
commit
31167a15f4
@ -3,7 +3,7 @@
|
||||
<li>• <a href="index.php?browse=/"><img src="images/home.gif" alt="Home" /></a></li>
|
||||
|
||||
{foreach from=$dir_list item=dir_list_item}
|
||||
<li>• <a href="index.php?browse={$dir_list_item.path}">{$dir_list_item.name}</a></li>
|
||||
<li>• <a href="index.php?browse={$dir_list_item.path|escape:'url'}">{$dir_list_item.name}</a></li>
|
||||
{/foreach}
|
||||
|
||||
</ul>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
{if $browselist_item.directory}
|
||||
|
||||
<li><a href="index.php?browse={$browselist_item.directory}"><img src="images/dir.gif" class="icon" /> {$browselist_item.directory_name}</a></li>
|
||||
<li><a href="index.php?browse={$browselist_item.directory|escape:'url'}"><img src="images/dir.gif" class="icon" /> {$browselist_item.directory_name}</a></li>
|
||||
|
||||
{else}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user