| 110 |
</a></h1> |
</a></h1> |
| 111 |
</div> |
</div> |
| 112 |
<div id="main" class="column"> |
<div id="main" class="column"> |
| 113 |
<div class="setHeight"></div> |
<?php if (!empty($breadcrumb)): ?> |
| 114 |
|
<div id="breadcrumb"><?php print $breadcrumb; ?></div> |
| 115 |
<?php if (!empty($breadcrumb)): ?> |
<?php endif; ?> |
|
<div id="breadcrumb"><?php print $breadcrumb; ?></div> |
|
|
<?php endif; ?> |
|
| 116 |
|
|
| 117 |
<?php if (!empty($title)): ?> |
<?php if (!empty($title)): ?> |
| 118 |
<h2 class="title" id="page-title"><?php print $title; ?></h2> |
<h2 class="title" id="page-title"><?php print $title; ?></h2> |
| 119 |
<?php endif; ?> |
<?php endif; ?> |
| 120 |
|
|
| 121 |
<?php if (!empty($tabs)): ?> |
<?php if (!empty($tabs)): ?> |
| 122 |
<div class="tabs"><? print $tabs; ?></div> |
<div class="tabs"><? print $tabs; ?></div> |
| 123 |
<? endif; ?> |
<? endif; ?> |
|
|
|
|
<? if (!empty($messages)): print $messages; endif; ?> |
|
|
|
|
|
<? if (!empty($help)): print $help; endif; ?> |
|
| 124 |
|
|
| 125 |
<div id="content-content" class="clear-block"> |
<? if (!empty($messages)): print $messages; endif; ?> |
| 126 |
<?php print $content; ?> |
|
| 127 |
</div><!-- /content-content --> |
<? if (!empty($help)): print $help; endif; ?> |
| 128 |
|
|
| 129 |
|
<div id="content-content" class="clear-block"> |
| 130 |
|
<?php print $content; ?> |
| 131 |
|
</div><!-- /content-content --> |
| 132 |
|
|
| 133 |
<div class="clear"></div> |
<div class="clear"></div> |
| 134 |
</div><!-- /main --> |
</div><!-- /main --> |