Skip to content

Commit 3c4e2be

Browse files
committed
Most of the front page
1 parent a416b4d commit 3c4e2be

32 files changed

Lines changed: 2321 additions & 196 deletions

include/branch-highlights.inc

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

include/footer.inc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
</section><!-- layout-content -->
1+
2+
<?php use phpweb\Themes\FooterRenderer;
3+
4+
if (($config['include_section'] ?? true) === true) { ?>
5+
</section><!-- layout-content -->
6+
<?php } ?>
7+
28
<?php
39
if (!empty($config['spanning-content'])) {
410
echo "<div class='spanning-content'>";
@@ -59,7 +65,11 @@
5965

6066
</div><!-- layout -->
6167

62-
<?php if(!isset($config['footer']) || $config['footer']): ?>
68+
<?php if (($config['footer_style'] ?? '') === 'new') { ?>
69+
<div role="doc-footnote">
70+
<?php FooterRenderer::renderFooter() ?>
71+
</div>
72+
<?php } else if(!isset($config['footer']) || $config['footer']): ?>
6373
<footer>
6474
<div class="container footer-content">
6575
<div class="row-fluid">

include/header.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ $css_files = [
77
'/fonts/Font-Awesome/css/fontello.css',
88
'/styles/theme-base.css',
99
'/styles/theme-medium.css',
10+
// '/styles/theme-gst.css',
1011
];
1112

1213
if (isset($config['css'])) {
@@ -364,6 +365,7 @@ if (!isset($config["languages"])) {
364365
</div>
365366
<?php endif;?>
366367

367-
368+
<?php if (($config['include_section'] ?? true) === true) { ?>
368369
<div id="layout" class="clearfix">
369370
<section id="layout-content">
371+
<?php } ?>

public/images/bg-texture-dark.png

Loading

public/images/bg-texture-light.png

Loading

public/images/community/libera.svg

Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
11.7 KB
Loading
Lines changed: 4 additions & 0 deletions
Loading
36 KB
Loading

0 commit comments

Comments
 (0)