Fix footer library and MCP pricing links
This commit is contained in:
@@ -288,7 +288,7 @@ window.DBN_TOOLS_LANG = <?= json_encode($uiLang, JSON_UNESCAPED_UNICODE) ?>;
|
||||
<?php elseif (!$isPlusPro): ?>
|
||||
<div class="mcp-gate">
|
||||
<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)) ?>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user