/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); include_once (dirname(__FILE__).DS.'/ja_vars.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>"> <head> <?php // Entfernt Mootools $headerstuff = $this->getHeadData(); reset($headerstuff['scripts']); $moo = key($headerstuff['scripts']); unset($headerstuff['scripts'][$moo]); $this->setHeadData($headerstuff); ?> <jdoc:include type="head" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="author" content="" /> <meta http-equiv="content-language" content="de" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="" media="screen" /> <!--[if lte IE 6]><link rel="stylesheet" href="" media="screen, projection" /><![endif]--> <!--[if lte IE 7]><link rel="stylesheet" href="" media="screen, projection" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="" media="screen, projection" /><![endif]--> </head> <body> </body> </html>