-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.html
54 lines (49 loc) · 1.66 KB
/
theme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!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="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<{includeq file="$theme_tpl/xo_metas.html"}>
<{includeq file="$theme_tpl/xo_scripts.html"}>
</head>
<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">
<div id="xo-wrapper" class="<{$xoops_dirname}>">
<div id="xo-bgstatic" class="<{$xoops_dirname}>"></div>
<div id="xo-canvas">
<!-- zone HEADER -->
<div id="xo-header" class="<{$xoops_dirname}>">
<{includeq file="$theme_tpl/xo_banner.html"}>
<{includeq file="$theme_tpl/xo_navbar.html"}>
</div>
<!-- zone CONTENT -->
<div id="xo-canvas-content">
<{if $modules}>
<table width="300" border="0">
<tr>
<td rowspan="2"> </td>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<table id="xo-index">
<tr>
<td rowspan="2" id="xo-menusystem" class="CPindexOptions"><{includeq file="$theme_tpl/xo_menusystem.html"}></td>
<td id="xo-modules" class="CPindexOptions"><{includeq file="$theme_tpl/xo_modules.html"}></td>
</tr>
<tr>
<td id="xo-modules" class="CPindexOptions"><{includeq file="$theme_tpl/xo_accordion.html"}></td>
</tr>
<!--{includeq file="$theme_tpl/xo_block.html"}-->
</table>
<{/if}>
<{if $xoops_contents}>
<div id="xo-content"><{$xoops_contents}></div>
<{/if}>
</div>
</div>
<!-- zone FOOTER -->
<!--{includeq file="$theme_tpl/xo_footer.html"}-->
</div>
<{includeq file="$theme_tpl/xo_footerstatic.html"}>
</body>
</html>