Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: logo disappears from footer #481

Merged
merged 7 commits into from
Oct 16, 2024
1 change: 1 addition & 0 deletions keyboards/keyboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require_once('includes/template.php');
require_once('includes/ui/keyboard-details.php');
require_once('./session.php');
require_once __DIR__ . '/../_includes/autoload.php';

if(isset($_REQUEST['legacy'])) {
$id = find_id_by_legacy(clean_id($_REQUEST['legacy']));
Expand Down
1 change: 1 addition & 0 deletions search/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
require_once('includes/template.php');
require_once __DIR__ . '/../_includes/autoload.php';
head([
'title' => "Search Keyman Sites",
'css' => ['template.css'],
Expand Down
Loading