1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Added universal {HERO} shortcode. Default template intended for Bootstrap 4.

This commit is contained in:
Cameron
2020-12-16 16:24:35 -08:00
parent 1fe797b4d5
commit cf1eaf5d3c
6 changed files with 142 additions and 107 deletions

View File

@@ -34,6 +34,7 @@ $HERO_TEMPLATE['menu']['footer'] = '</div><div class="carousel-controls">
$HERO_TEMPLATE['menu']['start'] = '<div class="carousel-item item {HERO_SLIDE_ACTIVE}" style="background-image:url({HERO_IMAGE})">
<div class="container">
<div class="carousel-caption">
<div class="hero-text-container">
<header class="hero-title animated slideInLeft animation-delay-5">
@@ -52,6 +53,7 @@ $HERO_TEMPLATE['menu']['end'] = ' </ul>
</div>
</div>
</div>
</div>
</div>';