From d21dc866522a72523891875820448bcd62b4973e Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 13 May 2007 14:46:55 +0200 Subject: deleted obsolete backtomedia functions darcs-hash:20070513124655-d5083-7ffc212357be18a5f889c85736d7c97946b5c899.gz --- inc/html.php | 30 ------------------------------ inc/template.php | 5 ----- 2 files changed, 35 deletions(-) diff --git a/inc/html.php b/inc/html.php index 5eaa06d8b..fa3e4c95d 100644 --- a/inc/html.php +++ b/inc/html.php @@ -162,36 +162,6 @@ function html_topbtn(){ return $ret; } -/** - * Just the back to media window button in its own form - * - * @author Matthias Grimm - */ -function html_backtomedia_button($params,$akey=''){ - global $conf; - global $lang; - - $ret = '
'; - - reset($params); - while (list($key, $val) = each($params)) { - $ret .= ''; - } - - $ret .= ' $NS),'b'); - return false; case 'subscription': if($conf['useacl'] && $ACT == 'show' && $conf['subscribers'] == 1){ if($_SERVER['REMOTE_USER']){ -- cgit v1.2.3