diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php index b7e9aa553..bdb48ed7c 100644 --- a/b2-include/b2template.functions.php +++ b/b2-include/b2template.functions.php @@ -110,17 +110,16 @@ function single_month_title($prefix = '', $display = true ) { } } +/* link navigation hack by Orien http://icecode.com/ */ function get_archives_link( $url, $text, $format ) { if ('link' == $format) { - echo " \n"; + echo ''."\n"; } else { - echo "
  • "; - echo $text; - echo "
  • \n"; + echo '
  • '.$text.'
  • '."\n"; } } -function get_archives($type='', $limit='',$format='html') { +function get_archives($type='', $limit='', $format='html') { global $tableposts, $dateformat, $time_difference, $siteurl, $blogfilename; GLOBAL $querystring_start, $querystring_equal, $querystring_separator, $month, $wpdb, $start_of_week;