From 425b07e1dfc154cf35c8301d2f70b570f6ac9410 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 29 Jan 2006 21:20:18 +0000 Subject: Class usage bit more consistent. --- php/leftbar.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php/leftbar.php') diff --git a/php/leftbar.php b/php/leftbar.php index 05e3213..f2eb7bd 100644 --- a/php/leftbar.php +++ b/php/leftbar.php @@ -43,12 +43,12 @@ function LB_LeftHeader($hdr) function LB_TopLink($url,$txt) { - printf('',$url,$txt); + printf('',$url,$txt); } function LB_SubLink($url,$txt) { - printf('
  • %s
  • ',$url,$txt); + printf('',$url,$txt); } function LB_OpenLink(&$is_open) @@ -65,8 +65,8 @@ function LB_OpenSub(&$is_open) if (!$is_open) { $is_open = TRUE; - echo '