Release v1.5.1
This commit is contained in:
@@ -26,7 +26,7 @@ if (!is_array($footerLinks)) {
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?= htmlspecialchars(Core\Services\Settings::get('footer_text', 'AudioCore V1.5'), ENT_QUOTES, 'UTF-8') ?>
|
||||
<?= htmlspecialchars(Core\Services\Settings::get('footer_text', 'AudioCore V1.5.1'), ENT_QUOTES, 'UTF-8') ?>
|
||||
- <?= date('Y') ?>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -48,7 +48,7 @@ if ($storeEnabled) {
|
||||
}
|
||||
}
|
||||
|
||||
$headerTitle = Settings::get('site_header_title', 'AudioCore V1.5');
|
||||
$headerTitle = Settings::get('site_header_title', 'AudioCore V1.5.1');
|
||||
$headerTagline = Settings::get('site_header_tagline', 'Core CMS for DJs & Producers');
|
||||
$headerBadgeText = Settings::get('site_header_badge_text', 'Independent catalog');
|
||||
$headerBrandMode = Settings::get('site_header_brand_mode', 'default');
|
||||
@@ -74,7 +74,7 @@ if ($effectiveMarkMode === 'text' && trim($headerMarkText) === '') {
|
||||
$effectiveMarkMode = 'icon';
|
||||
}
|
||||
?>
|
||||
<header class="shell">
|
||||
<header class="shell site-header-shell">
|
||||
<div class="card">
|
||||
<div class="site-head">
|
||||
<?php if ($headerBrandMode === 'logo_only' && $headerLogoUrl !== ''): ?>
|
||||
@@ -114,8 +114,12 @@ if ($effectiveMarkMode === 'text' && trim($headerMarkText) === '') {
|
||||
<?= htmlspecialchars($label, ENT_QUOTES, 'UTF-8') ?>
|
||||
</a>
|
||||
<?php endforeach; ?>
|
||||
<div class="nav-actions">
|
||||
<form method="get" action="/releases" class="nav-search-form" role="search">
|
||||
<i class="fa-solid fa-magnifying-glass" aria-hidden="true"></i>
|
||||
<input type="text" name="q" placeholder="Search music" value="<?= htmlspecialchars((string)($_GET['q'] ?? ''), ENT_QUOTES, 'UTF-8') ?>">
|
||||
</form>
|
||||
<?php if ($storeEnabled): ?>
|
||||
<div class="nav-actions">
|
||||
<?php if (!$hasAccountLink): ?>
|
||||
<a class="nav-account" href="/account">
|
||||
<i class="fa-solid fa-user" aria-hidden="true"></i>
|
||||
@@ -127,8 +131,8 @@ if ($effectiveMarkMode === 'text' && trim($headerMarkText) === '') {
|
||||
<span><?= $cartCount ?></span>
|
||||
<span><?= number_format($cartTotal, 2) ?></span>
|
||||
</a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user