mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Rebrand: replace PostErg with XAMXAM in admin header link, default title, and OG site_name
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
$extraCss = array_merge(['/assets/css/admin.css'], $extraCss ?? []);
|
||||
}
|
||||
?>
|
||||
<title><?= htmlspecialchars($pageTitle ?? 'Posterg') ?></title>
|
||||
<title><?= htmlspecialchars($pageTitle ?? 'XAMXAM') ?></title>
|
||||
<?php if (empty($isAdmin)): ?>
|
||||
<?php if (!empty($metaDescription)): ?>
|
||||
<meta name="description" content="<?= htmlspecialchars($metaDescription) ?>">
|
||||
@@ -25,7 +25,7 @@
|
||||
$ogUrl = $ogTags['url'] ?? '';
|
||||
$ogImage = $ogTags['image'] ?? '';
|
||||
$ogImageAlt = $ogTags['image_alt'] ?? $ogTitle;
|
||||
$ogSiteName = $ogTags['site_name'] ?? 'Posterg – ERG';
|
||||
$ogSiteName = $ogTags['site_name'] ?? 'XAMXAM – ERG';
|
||||
?>
|
||||
<meta property="og:type" content="<?= htmlspecialchars($ogType) ?>">
|
||||
<meta property="og:site_name" content="<?= htmlspecialchars($ogSiteName) ?>">
|
||||
|
||||
Reference in New Issue
Block a user