-<?php // $Id$
+<?php
global $CFG;
require_once($CFG->libdir.'/textlib.class.php');
if($tags) { // there are results to display!!
- $output .= print_heading(get_string('searchresultsfor', 'tag', $query) . " : {$count}", '', 3, null,true);
+ $output .= print_heading(get_string('searchresultsfor', 'tag', $query) . " : {$count}", '', 3, 'main' ,true);
//print a link "Add $query to my interests"
if (!empty($addtaglink)) {
$output .= '</ul>';
$output .= '<div> </div>'; // <-- small layout hack in order to look good in Firefox
- $output .= print_paging_bar($count, $page, $perpage, $baseurl.'&', 'page', null, true);
+ $output .= print_paging_bar($count, $page, $perpage, $baseurl.'&', 'page', false, true);
}
else { //no results were found!!
- $output .= print_heading(get_string('noresultsfor', 'tag', $query), '', 3, null, true);
+ $output .= print_heading(get_string('noresultsfor', 'tag', $query), '', 3, 'main' , true);
//print a link "Add $query to my interests"
if (!empty($addtaglink)) {