diff options
Diffstat (limited to 'pages/quotes.php')
| -rwxr-xr-x | pages/quotes.php | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/pages/quotes.php b/pages/quotes.php index f1e0d65..8c6958d 100755 --- a/pages/quotes.php +++ b/pages/quotes.php | |||
| @@ -187,7 +187,11 @@ if (isset($_GET['id']) && !(is_numeric($_GET['id']))) | |||
| 187 | 187 | ||
| 188 | function quote_generation($query, $origin, $page = 1, $quote_limit = 50, $page_limit = 10) | 188 | function quote_generation($query, $origin, $page = 1, $quote_limit = 50, $page_limit = 10) |
| 189 | { | 189 | { |
| 190 | global $xhtml; | ||
| 191 | |||
| 190 | $template = new FITemplate('quotes/browse'); | 192 | $template = new FITemplate('quotes/browse'); |
| 193 | $template->add('IFXAMP', $xhtml ? '&' : '&'); | ||
| 194 | |||
| 191 | if ($page != -1) | 195 | if ($page != -1) |
| 192 | { | 196 | { |
| 193 | $template->adds_block('PAGENUMBERS',array('exi'=>1)); | 197 | $template->adds_block('PAGENUMBERS',array('exi'=>1)); |
