--- template.php.orig 2006-01-10 02:25:59.000000000 -0600 +++ template.php 2006-01-10 02:26:16.000000000 -0600 @@ -1,12 +1,12 @@ '; - if (!empty($items)) { + if (!empty($items)) { foreach ($items as $item) { $output .= '
  • '. $item .'
  • '; } - } - $output .= ''; + } + $output .= ''; return $output; } -?> +?>