diff options
author | Anika Henke <a.c.henke@arcor.de> | 2007-05-13 14:46:55 +0200 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2007-05-13 14:46:55 +0200 |
commit | d21dc866522a72523891875820448bcd62b4973e (patch) | |
tree | 5cc30b9b6c4380d71d254a2fdb251f64d084130c /inc/template.php | |
parent | 5e79da84134c45293eca1639c7e15308d5226493 (diff) | |
download | rpg-d21dc866522a72523891875820448bcd62b4973e.tar.gz rpg-d21dc866522a72523891875820448bcd62b4973e.tar.bz2 |
deleted obsolete backtomedia functions
darcs-hash:20070513124655-d5083-7ffc212357be18a5f889c85736d7c97946b5c899.gz
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/template.php b/inc/template.php index f48067379..3bf9be114 100644 --- a/inc/template.php +++ b/inc/template.php @@ -374,8 +374,6 @@ function tpl_getparent($id){ * admin - admin page - if enough rights * top - a back to top button * back - a back to parent button - if available - * backtomedia - returns to the mediafile upload dialog - * after references have been displayed * backlink - links to the list of backlinks * subscription- subscribe/unsubscribe button * @@ -452,9 +450,6 @@ function tpl_button($type){ return true; } return false; - case 'backtomedia': - print html_backtomedia_button(array('ns' => $NS),'b'); - return false; case 'subscription': if($conf['useacl'] && $ACT == 'show' && $conf['subscribers'] == 1){ if($_SERVER['REMOTE_USER']){ |