* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: geoloc.inc.php,v 1.6 2004-08-31 21:43:47 x2000habouzit Exp $
+ $Id: geoloc.inc.php,v 1.7 2004-10-14 22:32:02 x2000habouzit Exp $
***************************************************************************/
$page->register_function('geoloc_region', '_geoloc_region_smarty');
?>
-
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: xorg.page.inc.php,v 1.45 2004-10-02 14:55:02 x2000habouzit Exp $
+ $Id: xorg.page.inc.php,v 1.46 2004-10-14 22:32:02 x2000habouzit Exp $
***************************************************************************/
require("diogenes.core.page.inc.php");
if($this->_page_type == NO_SKIN)
$this->display($this->_tpl);
else {
+ if (strpos($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')!==false) {
+ header('Content-Type: application/xhtml+xml; charset=iso8859-1');
+ } else {
+ header('Content-Type: text/html; charset=iso8859-1');
+ }
if(isset($_SESSION['suid'])) $this->caching=false;
$id = $this->make_id($append_to_id);
if($site_dev) {