diff options
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']){ |