OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / art41_sample2 / component.php
1 <?php
2 defined('_JEXEC') or die;
3 ?>
4 <!DOCTYPE html>
5 <html dir="ltr" lang="<?php echo $document->language; ?>">
6 <head>
7  <jdoc:include type="head" />
8  <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
9  <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
10  <link rel="stylesheet" href="<?php echo $this->baseurl . '/templates/' . $this->template; ?>/css/print.css" type="text/css" />
11 </head>
12 <body class="contentpane">
13  <jdoc:include type="message" />
14  <jdoc:include type="component" />
15 </body>
16 </html>