summaryrefslogtreecommitdiff
path: root/templates/edit_structure_content.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-14 19:54:56 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-14 19:54:56 +0000
commit2e9ce0b1345eb7b48532d9800674679d8e8279ff (patch)
tree48f0e3e4fbdf94e916c2d4552a3bdeba44eb4281 /templates/edit_structure_content.tpl
parentc7f3bf675b6ae9469d1e5b56e119b6704a4ecdaa (diff)
downloadliberty-2e9ce0b1345eb7b48532d9800674679d8e8279ff.tar.gz
liberty-2e9ce0b1345eb7b48532d9800674679d8e8279ff.tar.bz2
liberty-2e9ce0b1345eb7b48532d9800674679d8e8279ff.zip
merge recent changes into HEAD
Diffstat (limited to 'templates/edit_structure_content.tpl')
-rw-r--r--templates/edit_structure_content.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_structure_content.tpl b/templates/edit_structure_content.tpl
index d1fb164..327e8c2 100644
--- a/templates/edit_structure_content.tpl
+++ b/templates/edit_structure_content.tpl
@@ -47,7 +47,7 @@
{section name=ix loop=$subtree}
{if $subtree[ix].pos eq ''}
{if $structureInfo.structure_id eq $subtree[ix].structure_id}<div class="highlight">{/if}
- <a href="{$PHP_SELF}?structure_id={$subtree[ix].structure_id}">{$subtree[ix].title}</a>
+ <a href="{$smarty.server.PHP_SELF}?structure_id={$subtree[ix].structure_id}">{$subtree[ix].title}</a>
{if $structureInfo.structure_id eq $subtree[ix].structure_id}</div>{/if}
{else}
{if $subtree[ix].first}<ul>{else}</li>{/if}
@@ -55,7 +55,7 @@
<li>
{if $structureInfo.structure_id eq $subtree[ix].structure_id}<div class="highlight">{/if}
<strong>{$subtree[ix].pos}</strong>&nbsp;
- <a href="{$PHP_SELF}?structure_id={$subtree[ix].structure_id}">{$subtree[ix].title}</a>
+ <a href="{$smarty.server.PHP_SELF}?structure_id={$subtree[ix].structure_id}">{$subtree[ix].title}</a>
{if $structureInfo.structure_id eq $subtree[ix].structure_id}</div>{/if}
{/if}
{/if}