OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / s / default / component.php
1 <?php
2 defined('_JEXEC') or die('Restricted access'); // no direct access
3 ?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
6 <head>
7  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
8  <jdoc:include type="head" />
9  <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
10  <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
11 </head>
12 <body class="contentpane">
13  <jdoc:include type="message" />
14  <jdoc:include type="component" />
15 </body>
16 </html>