New upstream version 0.6.27

This commit is contained in:
geos_one
2025-08-06 18:11:51 +02:00
parent a6b4158f1f
commit 56a986c0ba
563 changed files with 45811 additions and 35282 deletions

View File

@@ -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">