1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

e107 installation updated for PHP8.1. Bootstrap5 is now the default theme. Acceptance test updated.

This commit is contained in:
Cameron
2021-11-29 13:45:02 -08:00
parent afc0489e8c
commit 6f309bb326
7 changed files with 304 additions and 205 deletions

View File

@@ -1,6 +1,7 @@
<!-- place for Featurebox or any masthead solution -->
{SETSTYLE=bare}
{HERO}
{WMESSAGE}
{MENU=1}
<!-- Page Content -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -102,11 +102,11 @@ ul.social-buttons li a {
/* */
.jumbotron {
margin-top: 60px;
/* margin-top: 60px;*/
padding: 2rem 1rem;
margin-bottom: 2rem;
/* margin-bottom: 2rem;*/
background-color: #e9ecef;
border-radius: .3rem;
/* border-radius: .3rem;*/
}
/* CUSTOM Responsive Styles */

View File

@@ -1,15 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<e107Theme name="Bootstrap 5" version="1.0" date="2021-03-22" compatibility="2.3.1">
<author name ="e107 Inc" email="e107inc@something.com" url="http://e107.org" />
<author name ="e107 Inc" email="e107inc@something.com" url="https://e107.org" />
<summary>Bootstrap 5 basic theme</summary>
<description>A starter template for bootstrap5 themes.</description>
<category>generic</category>
<plugins>
<plugin name='social' url='core' />
<plugin name='featurebox' url='core' />
<plugin name='gallery' url='core' />
<plugin name='hero' url='core' />
<plugin name='rss_menu' url='core' />
<plugin name='social' url='core' />
<plugin name='tinymce4' url='core' />
</plugins>
<keywords>
<word>bootstrap</word>
<word>bootstrap5</word>
<word>clean</word>
<word>wireframe</word>
</keywords>