OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / moyoo_lane_street / index.php
1 <?php
2 defined('_JEXEC') or die('Restricted access'); // no direct access
3 require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
4 $document = null;
5 if (isset($this))
6   $document = & $this;
7 $baseUrl = $this->baseurl;
8 $templateUrl = $this->baseurl . '/templates/' . $this->template;
9 artxComponentWrapper($document);
10 ?>
11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
12 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
13  <head>
14   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
15 <jdoc:include type="head" />
16   <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
17   <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
18
19   <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" />
20   <!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
21   <!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
22   <script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
23  </head>
24 <body>
25 <div id="art-main">
26 <div class="art-Sheet">
27     <div class="art-Sheet-tl"></div>
28     <div class="art-Sheet-tr"></div>
29     <div class="art-Sheet-bl"></div>
30     <div class="art-Sheet-br"></div>
31     <div class="art-Sheet-tc"></div>
32     <div class="art-Sheet-bc"></div>
33     <div class="art-Sheet-cl"></div>
34     <div class="art-Sheet-cr"></div>
35     <div class="art-Sheet-cc"></div>
36     <div class="art-Sheet-body">
37 <jdoc:include type="modules" name="user3" />
38 <div class="art-Header">
39     <div class="art-Header-jpeg"></div>
40 <div class="art-Logo">
41  <h1 id="name-text" class="art-Logo-name"><a href="<?php echo $baseUrl; ?>/">Hauptüberschrift</a></h1>
42  <div id="slogan-text" class="art-Logo-text">Text der Unterüberschrift</div>
43 </div>
44
45
46 </div>
47 <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
48 <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
49 <div class="art-contentLayout">
50 <?php if (artxCountModules($document, 'left')) : ?>
51 <div class="art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?>
52 </div>
53 <?php endif; ?>
54 <div class="art-<?php echo artxCountModules($document, 'left') ? 'content' : 'content-wide'; ?>">
55
56 <?php
57   echo artxModules($document, 'banner2', 'art-nostyle');
58   if (artxCountModules($document, 'breadcrumb'))
59     echo artxPost(null, artxModules($document, 'breadcrumb'));
60   echo artxPositions($document, array('user1', 'user2'), 'art-article');
61   echo artxModules($document, 'banner3', 'art-nostyle');
62 ?>
63 <?php if (artxHasMessages()) : ?><div class="art-Post">
64     <div class="art-Post-body">
65 <div class="art-Post-inner">
66 <div class="art-PostContent">
67
68 <jdoc:include type="message" />
69
70 </div>
71 <div class="cleared"></div>
72
73 </div>
74
75     </div>
76 </div>
77 <?php endif; ?>
78 <jdoc:include type="component" />
79
80 <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
81 <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
82 <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
83 </div>
84
85 </div>
86 <div class="cleared"></div>
87
88 <?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
89 <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
90 <div class="art-Footer">
91  <div class="art-Footer-inner">
92   <?php echo artxModules($document, 'syndicate'); ?>
93   <div class="art-Footer-text">
94   <?php if (artxCountModules($document, 'copyright') == 0): ?>
95 <p>Copyright &copy; 2009 ---.<br/>
96 All Rights Reserved.</p>
97
98   <?php else: ?>
99   <?php echo artxModules($document, 'copyright', 'art-nostyle'); ?>
100   <?php endif; ?>
101   </div>
102  </div>
103  <div class="art-Footer-background"></div>
104 </div>
105
106     </div>
107 </div>
108 <div class="cleared"></div>
109 <p class="art-page-footer">Powered by <a href="http://www.joomla.org">Joomla</a>! Designed by moyoo - <a href="http://www.moyoo.de/">website design</a> and sponsored by <a href="http://www.duesseldorfer-matrix.de/">duesseldorfer-matrix</a></p>
110 </div>
111
112 </body> 
113 </html>