|
Henter kort, vent venligst ...
<?
/**
* This file is the local content file
* It may be auto generated from the database or manually edited
*
* @package google-maps
* @filesource
* @see content.php
* @copyright (c) http://Finn-Rasmussen.com
* @license http://Finn-Rasmussen.com/license/ myPHP License conditions
* @author http://Finn-Rasmussen.com
* @version 1.10
* @since 22-feb-2007
*/
require_once(HTML_BASE_UTIL_PATH.'/Ul.php');
// Customize
Ul::start();
$domainNameSourceCode = 'http:/'.'/'.(DOMAIN_NAME!='localhost'?DOMAIN_NAME_SOURCE_CODE:DOMAIN_NAME);
Link::display('Se flere eksempler på Google Maps API',$domainNameSourceCode.'/'.TRANSLATE_DIR_WE_LIVE_HER.'/','','',LINK_LAYOUT_LI);
Ul::end();
$domainname = DOMAIN_NAME;
$language = LANGUAGE;
$filename = "googlemaps.php";
$filepath = PORTAL_PATH.'/'.TRANSLATE_DIR_WE_LIVE_HERE;
$fileurl = "";
$isLocal = false; // Do NOT search for local files first
$filename = Filename::calculate($domainname, $language, $filename, $filepath, $fileUrl, $isLocal);
require_once($filename);
?>
|

|