1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 00:41:52 +02:00

Update theme.html

applying shortcodes
This commit is contained in:
Jimako
2023-08-06 17:56:47 +02:00
committed by GitHub
parent 6e5aed03e8
commit b495efef5f

View File

@@ -2,12 +2,12 @@
<body id="page-top" class="{LAYOUT_ID}" {BODY_ONLOAD} >
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="{SITEURL}">{SITENAME}</a>
<a class="navbar-brand" href="{SITEURL}">{BOOTSTRAP_BRANDING}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
{NAVIGATION: type=main&class=me-auto}
{BOOTSTRAP_NAV_ALIGN}
{SIGNIN}
</div>
</div>