Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
495 changes: 495 additions & 0 deletions include/branch-highlights.inc

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions include/footer.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
</section><!-- layout-content -->

<?php use phpweb\Themes\FooterRenderer;

if (($config['include_section'] ?? true) === true) { ?>
</section><!-- layout-content -->
<?php } ?>

<?php
if (!empty($config['spanning-content'])) {
echo "<div class='spanning-content'>";
Expand Down Expand Up @@ -59,7 +65,11 @@

</div><!-- layout -->

<?php if(!isset($config['footer']) || $config['footer']): ?>
<?php if (($config['footer_style'] ?? '') === 'new') { ?>
<div role="doc-footnote">
<?php FooterRenderer::renderFooter() ?>
</div>
<?php } else if(!isset($config['footer']) || $config['footer']): ?>
<footer>
<div class="container footer-content">
<div class="row-fluid">
Expand Down
4 changes: 3 additions & 1 deletion include/header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $css_files = [
'/fonts/Font-Awesome/css/fontello.css',
'/styles/theme-base.css',
'/styles/theme-medium.css',
// '/styles/theme-gst.css',
];

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


<?php if (($config['include_section'] ?? true) === true) { ?>
<div id="layout" class="clearfix">
<section id="layout-content">
<?php } ?>
Binary file added public/images/bg-texture-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/bg-texture-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/images/community/libera.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/community/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/mailing-lists.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/phpc-discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/reddit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/images/language-development/github_invertocat_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/language-development/rfcs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/logos/composer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading