summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/page.tpl b/templates/page.tpl
deleted file mode 100644
index d354378..0000000
--- a/templates/page.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{if $type eq 'd'}
- <iframe width="0" height="0" border="0" src="{$smarty.const.WIKI_PKG_URL}page_loader.php?refresh={$refresh}&amp;title={$title|escape:"url"}">Browser not supported</iframe>
-{/if}
-{$parsed}
-
-{if $gBitUser->hasPermission( 'bit_p_edit_html_pages' )}
- <a href="{$smarty.const.HTML_PKG_URL}admin/admin_html_pages.php?title={$title|escape:"url"}">{biticon ipackage=liberty iname="edit" iexplain="edit"}</a>
- {if $type eq 'd'}
- <a href="{$smarty.const.HTML_PKG_URL}admin/admin_html_page_content.php?title={$title|escape:"url"}">content</a>
- {/if}
-{/if}