Technopia and/or Fire template and Google map component
Posted 18 years 8 months ago
Has anyone been successful with either Technopia or Fire templates and Google map component.
I have been successful using with other templates such as Macphoria. So, I know changeing index.php correctly.
Here's what I gotfor Technopia.... Any suggestions would be greatly appreciated.
Thanks in advance,
Eric
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog - quirks mode
//echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">
<html xmlns="
www.w3.org/1999/xhtml
" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<?php
if ( $my->id ) {
initEditor();
}
mosShowHead();