Fix footer library and MCP pricing links

This commit is contained in:
2026-05-24 19:54:02 +02:00
parent e7189fa882
commit 61425d7f17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function _ft(string $key, string $lang): string {
<nav class="lt-footer__links" aria-label="Footer links"> <nav class="lt-footer__links" aria-label="Footer links">
<div class="lt-footer__link-col"> <div class="lt-footer__link-col">
<a href="https://dobetternorge.no" target="_blank" rel="noopener noreferrer">Do Better Norge</a> <a href="https://dobetternorge.no" target="_blank" rel="noopener noreferrer">Do Better Norge</a>
<a href="https://dobetternorge.no/library.php"><?= _ft('footer_legal_lib', $_footerLang) ?></a> <a href="https://dobetternorge.no/research.php"><?= _ft('footer_legal_lib', $_footerLang) ?></a>
<a href="/pricing.php"><?= _ft('pricing_nav_link', $_footerLang) ?></a> <a href="/pricing.php"><?= _ft('pricing_nav_link', $_footerLang) ?></a>
<a href="/why-ours.php"><?= _ft('why_ours_trust_link', $_footerLang) ?></a> <a href="/why-ours.php"><?= _ft('why_ours_trust_link', $_footerLang) ?></a>
<a href="/privacy.php"><?= _ft('footer_privacy_link', $_footerLang) ?></a> <a href="/privacy.php"><?= _ft('footer_privacy_link', $_footerLang) ?></a>
+1 -1
View File
@@ -288,7 +288,7 @@ window.DBN_TOOLS_LANG = <?= json_encode($uiLang, JSON_UNESCAPED_UNICODE) ?>;
<?php elseif (!$isPlusPro): ?> <?php elseif (!$isPlusPro): ?>
<div class="mcp-gate"> <div class="mcp-gate">
<p><?= htmlspecialchars(dbnToolsT('mcp_gate_free_p', $uiLang)) ?></p> <p><?= htmlspecialchars(dbnToolsT('mcp_gate_free_p', $uiLang)) ?></p>
<a href="/account.php" class="account-upgrade-btn" style="display:inline-block; text-decoration:none;"> <a href="/pricing.php" class="account-upgrade-btn" style="display:inline-block; text-decoration:none;">
<?= htmlspecialchars(dbnToolsT('mcp_gate_free_btn', $uiLang)) ?> <?= htmlspecialchars(dbnToolsT('mcp_gate_free_btn', $uiLang)) ?>
</a> </a>
</div> </div>