diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-08 01:03:25 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-08 01:03:25 +0500 |
| commit | 31fd3d5a80d4f8fc3e77640cb503cf13fc0a5410 (patch) | |
| tree | a6211122836a22eb203a3608a47ea0c72cbfc68f /lib/partials.php | |
| parent | 880776528c0acf361ee06b8a5ec6c4071c329d7f (diff) | |
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 17 |
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 |
