diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-14 19:54:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-14 19:54:56 +0000 |
| commit | 2e9ce0b1345eb7b48532d9800674679d8e8279ff (patch) | |
| tree | 48f0e3e4fbdf94e916c2d4552a3bdeba44eb4281 /templates/edit_structure_content.tpl | |
| parent | c7f3bf675b6ae9469d1e5b56e119b6704a4ecdaa (diff) | |
| download | liberty-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.tpl | 4 |
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> - <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} |
