  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: template.php 1674 2007-08-20 22:56:00Z hpdl $ |
| |
| 3 | + | $Id: template.php 1847 2009-02-27 14:48:11Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2007 osCommerce |
| |
| 8 | + | Copyright (c) 2009 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | This program is free software; you can redistribute it and/or modify |
| |
11 | 11 | | it under the terms of the GNU General Public License v2 (1991) |
| |
|
|
 |
… |
|
273 | 273 | | */ |
| |
274 | 274 | | |
| |
275 | 275 | | function getPageTitle() { |
  |
276 | | - | return $this->_page_title; |
| |
| 276 | + | return osc_output_string_protected($this->_page_title); |
  |
277 | 277 | | } |
| |
278 | 278 | | |
| |
279 | 279 | | /** |