| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
| 3 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 4 |
<head>
|
| 5 |
<meta name="generator" content="HTML Tidy for Windows (vers 14 February 2006), see www.w3.org" />
|
| 6 |
<title>
|
| 7 |
<?php print $head_title; ?>
|
| 8 |
</title>
|
| 9 |
<?php print $head; ?>
|
| 10 |
<?php print $styles; ?>
|
| 11 |
<?php print $scripts; ?>
|
| 12 |
<!--[if lte IE 6]>
|
| 13 |
<link href="<?php print $base_path . $directory; ?>/css/template_ie.css" rel="stylesheet" type="text/css" />
|
| 14 |
<![endif]-->
|
| 15 |
</head>
|
| 16 |
<body id="page_bg">
|
| 17 |
<div id="wrapper">
|
| 18 |
<div id="header">
|
| 19 |
<div class="rk-1">
|
| 20 |
<div class="rk-2">
|
| 21 |
<?php if ($logo): ?>
|
| 22 |
<a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>">
|
| 23 |
<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" />
|
| 24 |
</a>
|
| 25 |
<?php endif; ?>
|
| 26 |
<div id="top">
|
| 27 |
<div class="padding">
|
| 28 |
<table class="contentpaneopen">
|
| 29 |
<tr>
|
| 30 |
<td valign="top" colspan="2">
|
| 31 |
<?php if ($header): ?>
|
| 32 |
<div id="header_block" class="header">
|
| 33 |
<?php print $header; ?>
|
| 34 |
</div> <!-- /header -->
|
| 35 |
<?php endif; ?>
|
| 36 |
</td>
|
| 37 |
</tr>
|
| 38 |
</table>
|
| 39 |
</div>
|
| 40 |
</div>
|
| 41 |
</div>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
<div id="horiz-menu">
|
| 45 |
<div id="navigation" class="menu <?php if ($primary_links) { print "withprimary"; } if ($secondary_links) { print " withsecondary"; } ?> ">
|
| 46 |
<?php if ($primary_links): ?>
|
| 47 |
<div id="primary" class="clear-block">
|
| 48 |
<?php print theme('menu_links', $primary_links); ?>
|
| 49 |
</div>
|
| 50 |
<?php endif; ?>
|
| 51 |
|
| 52 |
<?php if ($secondary_links): ?>
|
| 53 |
<div id="secondary" class="clear-block">
|
| 54 |
<?php print theme('menu_links', $secondary_links); ?>
|
| 55 |
</div>
|
| 56 |
<?php endif; ?>
|
| 57 |
</div> <!-- /navigation -->
|
| 58 |
</div>
|
| 59 |
<div id="mainbody">
|
| 60 |
<table class="mainbody" cellspacing="0" cellpadding="0">
|
| 61 |
<tr valign="top">
|
| 62 |
<td class="mainbody">
|
| 63 |
<table class="usermodules" cellspacing="15">
|
| 64 |
<tr valign="top">
|
| 65 |
<td class="usermodules">
|
| 66 |
<div class="moduletable">
|
| 67 |
<?php if ($top_left): ?>
|
| 68 |
<div id="top_left" class="column sidebar">
|
| 69 |
<?php print $top_left; ?>
|
| 70 |
</div> <!-- /top_left -->
|
| 71 |
<?php endif; ?>
|
| 72 |
|
| 73 |
</div>
|
| 74 |
</td>
|
| 75 |
<td class="usermodules">
|
| 76 |
<div class="moduletable">
|
| 77 |
<?php if ($top_right): ?>
|
| 78 |
<div id="top_right" class="column sidebar">
|
| 79 |
<?php print $top_right; ?>
|
| 80 |
</div> <!-- /top_right -->
|
| 81 |
<?php endif; ?>
|
| 82 |
|
| 83 |
</div>
|
| 84 |
</td>
|
| 85 |
</tr>
|
| 86 |
</table>
|
| 87 |
<div class="padding">
|
| 88 |
<?php if ($breadcrumb): ?>
|
| 89 |
<div id="header-region">
|
| 90 |
<?php print $breadcrumb; ?>
|
| 91 |
</div>
|
| 92 |
<?php endif; ?>
|
| 93 |
<table class="blog" cellpadding="0" cellspacing="0">
|
| 94 |
<tr>
|
| 95 |
<td valign="top">
|
| 96 |
<div>
|
| 97 |
<table class="contentpaneopen">
|
| 98 |
</table>
|
| 99 |
<table class="contentpaneopen">
|
| 100 |
<tr>
|
| 101 |
<td valign="top" colspan="2">
|
| 102 |
<div id="main" class="column"><div id="squeeze">
|
| 103 |
<?php if ($content_top):?><div id="content-top"><?php print $content_top; ?></div><?php endif; ?>
|
| 104 |
<?php if ($title): ?><h1 class="title"><?php print $title; ?></h1><?php endif; ?>
|
| 105 |
<?php if ($tabs): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
|
| 106 |
<?php print $help; ?>
|
| 107 |
<?php print $messages; ?>
|
| 108 |
<?php print $content; ?>
|
| 109 |
<?php print $feed_icons; ?>
|
| 110 |
<?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?>
|
| 111 |
</div></div> <!-- /squeeze /main -->
|
| 112 |
</td>
|
| 113 |
</tr>
|
| 114 |
</table>
|
| 115 |
</div>
|
| 116 |
</td>
|
| 117 |
</tr>
|
| 118 |
</table>
|
| 119 |
</div>
|
| 120 |
</td>
|
| 121 |
<td class="right">
|
| 122 |
<div class="padding">
|
| 123 |
<div class="moduletable">
|
| 124 |
<?php if ($left || $right): ?>
|
| 125 |
<div id="sidebar-right" class="column sidebar">
|
| 126 |
<?php if ($left) { print $left; } ?>
|
| 127 |
<?php if ($right) { print $right; } ?>
|
| 128 |
</div> <!-- /sidebar-right -->
|
| 129 |
<?php endif; ?>
|
| 130 |
</div>
|
| 131 |
</div>
|
| 132 |
</td>
|
| 133 |
</tr>
|
| 134 |
</table>
|
| 135 |
</div>
|
| 136 |
<div id="bottom">
|
| 137 |
<table class="usermodules" cellspacing="15">
|
| 138 |
<tr valign="top">
|
| 139 |
<td class="usermodules">
|
| 140 |
<div class="moduletable">
|
| 141 |
<?php if ($bottom_left): ?>
|
| 142 |
<div id="bottom_left" class="column sidebar">
|
| 143 |
<?php print $bottom_left; ?>
|
| 144 |
</div> <!-- /bottom_left -->
|
| 145 |
<?php endif; ?>
|
| 146 |
</div>
|
| 147 |
</td>
|
| 148 |
<td class="usermodules">
|
| 149 |
<div class="moduletable">
|
| 150 |
<?php if ($bottom_right): ?>
|
| 151 |
<div id="bottom_right" class="column sidebar">
|
| 152 |
<?php print $bottom_right; ?>
|
| 153 |
</div> <!-- /bottom_right -->
|
| 154 |
<?php endif; ?>
|
| 155 |
</div>
|
| 156 |
</td>
|
| 157 |
</tr>
|
| 158 |
</table>
|
| 159 |
</div>
|
| 160 |
<div id="footer">
|
| 161 |
<div class="rk-1">
|
| 162 |
<div class="rk-2">
|
| 163 |
<div id="the-footer">
|
| 164 |
<a href="http://www.rockettheme.com/" title="RocketTheme Joomla Template Club" class="nounder"><img src="http://demo.rockettheme.com/rokwebify/images/blank.png" border="0" alt="RocketTheme Joomla Templates" id="rocket" name="rocket" /></a>
|
| 165 |
</div>
|
| 166 |
</div>
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
</div><!-- 1189991641 -->
|
| 170 |
<?php print $closure ?>
|
| 171 |
</body>
|
| 172 |
</html>
|