diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 16:44:10 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-11 16:44:10 +0000 |
| commit | 94b0a6a0d0a45790620424d36de36e4a487b993c (patch) | |
| tree | ba2f8f356a45926b81989a90a6bff63b976e3b4f /templates/page.tpl | |
| parent | 8d797a3e546bcbf509f4eb9e76d1c60e11848787 (diff) | |
| download | wiki-94b0a6a0d0a45790620424d36de36e4a487b993c.tar.gz wiki-94b0a6a0d0a45790620424d36de36e4a487b993c.tar.bz2 wiki-94b0a6a0d0a45790620424d36de36e4a487b993c.zip | |
remove outdated and frankly quite odd html stuff
Diffstat (limited to 'templates/page.tpl')
| -rw-r--r-- | templates/page.tpl | 11 |
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}&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} |
