Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Simplifies links

AuthorDave Jarvis <email>
Date2026-01-13 23:02:03 GMT-0800
Commit252bcc743dd4e7f0d12fa46d3bab3705cb10d67d
Parent511c924
views/header.php
<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">
views/repo.php
<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>
Delta2 lines added, 2 lines removed