From e81096f5bc509b650aba39ce1868efa066aa8152 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 20 Apr 2009 21:28:15 +0000 Subject: - Patch #372471 by JamesAn et al: killed theme_box(). --- includes/theme.inc | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 6665ab861..b575734b1 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1473,21 +1473,6 @@ function theme_tablesort_indicator($style) { } } -/** - * Return a themed box. - * - * @param $title - * The subject of the box. - * @param $content - * The content of the box. - * @return - * A string containing the box output. - */ -function theme_box($title, $content) { - $output = '

' . $title . '

' . $content . '
'; - return $output; -} - /** * Return a themed marker, useful for marking new or updated * content. -- cgit v1.2.3