summaryrefslogtreecommitdiff
path: root/lib/partials.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-08 01:03:25 +0500
committerilotterytea <iltsu@alright.party>2025-12-08 01:03:25 +0500
commit31fd3d5a80d4f8fc3e77640cb503cf13fc0a5410 (patch)
treea6211122836a22eb203a3608a47ea0c72cbfc68f /lib/partials.php
parent880776528c0acf361ee06b8a5ec6c4071c329d7f (diff)
upd: design + faviconHEADmaster
Diffstat (limited to 'lib/partials.php')
-rw-r--r--lib/partials.php17
1 files changed, 11 insertions, 6 deletions
diff --git a/lib/partials.php b/lib/partials.php
index 493b469..1e0fd96 100644
--- a/lib/partials.php
+++ b/lib/partials.php
@@ -5,12 +5,17 @@ function render_header()
{
echo '' ?>
<header>
- <div class="banner">
- <h1><?= INSTANCE_NAME ?></h1>
- </div>
- <div class="links">
- <a href="/">Home</a>
- </div>
+ <img src="/favicon.ico" width="20" height="20" />
+ <p><?= INSTANCE_NAME ?></p>
</header>
<?php ;
+}
+
+function render_tabs()
+{
+ echo '' ?>
+ <tabs>
+ <a href="/">Home</a>
+ </tabs>
+ <?php ;
} \ No newline at end of file