diff options
Diffstat (limited to 'templates/html_head_inc.tpl')
| -rw-r--r-- | templates/html_head_inc.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index ace495e..4d3e251 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -2,9 +2,6 @@ {strip} {if $structureInfo} <link rel="index" title="{tr}Contents{/tr}" href="index.php?structure_id={$structureInfo.root_structure_id}" /> - {if $structureInfo.parent.structure_id} - <link rel="up" title="{tr}Up{/tr}" href="index.php?structure_id={$structureInfo.parent.structure_id}" /> - {/if} {if $structureInfo.prev.structure_id} <link rel="prev" title="{tr}Previous{/tr}" href="index.php?structure_id={$structureInfo.prev.structure_id}" /> {/if} |
