mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
- Created /templates for main site (header.php, footer.php)
- Created /templates/admin for admin section (head.php, footer.php)
- Removed /public/includes and /public/admin/inc
- Updated all references in code and docs
- Tests passing ✅
Cleaner separation: /public only contains web-accessible files (PHP entry points + assets)
12 lines
161 B
PHP
12 lines
161 B
PHP
<!-- footer.php -->
|
|
<footer>
|
|
<div>
|
|
<button>Année</button>
|
|
</div>
|
|
<div>
|
|
<button>Cursus</button>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |