OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / FishNew / 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 = isset($this) ? $this : null;
5 $baseUrl = $this->baseurl;
6 $templateUrl = $this->baseurl . '/templates/' . $this->template;
7 artxComponentWrapper($document);
8 ?>
9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
10 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
11  <head>
12   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
13 <jdoc:include type="head" />
14   <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
15   <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
16
17   <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" />
18   <!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
19   <!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
20   <script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
21  </head>
22 <body>
23 <div class="PageBackgroundGlare">
24     <div class="PageBackgroundGlareImage"></div>
25 </div>
26 <div class="Main">
27 <div class="Sheet">
28     <div class="Sheet-tl"></div>
29     <div class="Sheet-tr"></div>
30     <div class="Sheet-bl"></div>
31     <div class="Sheet-br"></div>
32     <div class="Sheet-tc"></div>
33     <div class="Sheet-bc"></div>
34     <div class="Sheet-cl"></div>
35     <div class="Sheet-cr"></div>
36     <div class="Sheet-cc"></div>
37     <div class="Sheet-body">
38 <jdoc:include type="modules" name="user3" />
39 <div class="Header">
40     <div class="Header-jpeg"></div>
41
42 </div>
43 <jdoc:include type="modules" name="banner1" style="xhtml" />
44 <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'artpost'); ?>
45 <div class="contentLayout">
46 <?php if (artxCountModules($document, 'left')) : ?>
47 <div class="sidebar1"><?php echo artxModules($document, 'left', 'artblock'); ?>
48 </div>
49 <?php endif; ?>
50 <div class="<?php echo artxGetContentCellStyle($document); ?>">
51
52 <?php
53   echo artxModules($document, 'banner2', 'xhtml');
54   if (artxCountModules($document, 'breadcrumb'))
55     echo artxPost(null, artxModules($document, 'breadcrumb'));
56   echo artxPositions($document, array('user1', 'user2'), 'artblock');
57   echo artxModules($document, 'banner3', 'xhtml');
58 ?>
59 <?php if (artxHasMessages()) : ?><div class="Post">
60     <div class="Post-body">
61 <div class="Post-inner">
62 <div class="PostContent">
63
64 <jdoc:include type="message" />
65
66 </div>
67 <div class="cleared"></div>
68
69 </div>
70
71     </div>
72 </div>
73 <?php endif; ?>
74 <jdoc:include type="component" />
75
76 <?php echo artxModules($document, 'banner4', 'xhtml'); ?>
77 <?php echo artxPositions($document, array('user4', 'user5'), 'artpost'); ?>
78 <?php echo artxModules($document, 'banner5', 'xhtml'); ?>
79 </div>
80 <?php if (artxCountModules($document, 'right')) : ?>
81 <div class="sidebar2"><?php echo artxModules($document, 'right', 'artblock'); ?>
82 </div>
83 <?php endif; ?>
84
85 </div>
86 <div class="cleared"></div>
87
88 <?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'artblock'); ?>
89 <jdoc:include type="modules" name="banner6" style="xhtml" />
90 <div class="Footer">
91  <div class="Footer-inner">
92   <?php echo artxModules($document, 'syndicate'); ?>
93   <div class="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', 'xhtml'); ?>
100   <?php endif; ?>
101   </div>
102  </div>
103  <div class="Footer-background"></div>
104 </div>
105
106     </div>
107 </div>
108 <div class="cleared"></div>
109 <p class="page-footer"><a href="http://www.pc-didi.at/?p=joomla_templates">Webdesign Tirol</a> designed by pc-didi.</p>
110 </div>
111
112 </body> 
113 </html>