From 0f16a90efc6e85ec63121c6fb957b994bc4f653f Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 10 Sep 2009 08:26:24 +0000 Subject: [PATCH] - Don't need to do this, the tabs will do it themselves --- htabs.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htabs.inc.php b/htabs.inc.php index e601ff5..1150ac3 100644 --- a/htabs.inc.php +++ b/htabs.inc.php @@ -35,7 +35,6 @@ function htabs_tab_begin($tab) global $htabs_current, $htabs_tabs; echo "
"; - echo '

'.i18n($htabs_tabs[$tab]['title']).'

'; echo "
"; }