New upstream version 0.6.27
This commit is contained in:
@@ -3,24 +3,30 @@
|
||||
<tr valign="top"><td>
|
||||
<div class="left ui-widget">
|
||||
<div class="p2 ui-widget-header ui-corner-top">
|
||||
<?php echo Kohana::lang('common.docs-header',PNP_VERSION) ?>
|
||||
<?php echo Kohana::lang('common.docs-header', PNP_VERSION); ?>
|
||||
</div>
|
||||
<div class="p4 ui-widget-content ui-corner-bottom" style="width: <?php echo $this->graph_width ?>px">
|
||||
<?php if (!empty($this->content)) {
|
||||
echo $this->content;
|
||||
} ?>
|
||||
<div class="p4 ui-widget-content ui-corner-bottom" style="width: <?php echo $this->graph_width; ?>px">
|
||||
<?php
|
||||
if (!empty($this->content)) {
|
||||
echo $this->content;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</td><td>
|
||||
<div class="right">
|
||||
|
||||
<?php if (!empty($docs_box)) {
|
||||
echo $docs_box;
|
||||
} ?>
|
||||
<?php
|
||||
if (!empty($docs_box)) {
|
||||
echo $docs_box;
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if (!empty($logo_box)) {
|
||||
echo $logo_box;
|
||||
} ?>
|
||||
<?php
|
||||
if (!empty($logo_box)) {
|
||||
echo $logo_box;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</td></tr>
|
||||
<tr valign="top"><td colspan="2">
|
||||
|
||||
Reference in New Issue
Block a user