| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-01-13 23:02:03 GMT-0800 |
| Commit | 252bcc743dd4e7f0d12fa46d3bab3705cb10d67d |
| Parent | 511c924 |
| <body> | ||
| <div class="header"> | ||
| - <h1><a href="?<?php echo http_build_query(array_merge($_GET, ['theme' => $current_theme, 'action' => 'list', 'repo' => '', 'ref' => '', 'path' => '', 'hash' => ''])); ?>">📚 <?php echo SITE_TITLE; ?></a></h1> | ||
| + <h1><a href="?action=list&theme=<?php echo $current_theme; ?>">📚 <?php echo SITE_TITLE; ?></a></h1> | ||
| <div class="theme-toggle"> |
| <div class="breadcrumb"> | ||
| - <a href="?theme=<?php echo $current_theme; ?>">Repositories</a> <span>/</span> <strong><?php echo htmlspecialchars($repo); ?></strong> | ||
| + <a href="?action=list&theme=<?php echo $current_theme; ?>">Repositories</a> | ||
| </div> | ||
| Delta | 2 lines added, 2 lines removed |
|---|