027831a89c
Vor Abschalten der Lehrplan-Instanz: 5 Modul-Detail-Wrapper, die bisher untracked waren, werden gespeichert. Alle 3-Zeilen-Wrapper auf den gemeinsamen Partial _partials/modul_detail.php: - modul-busfahrt.php - modul-energiemanager.php - modul-eu-werkstatt.php - modul-farmer.php - modul-sonnensystem.php _status.md mit vollem Crash-Recovery-Snapshot: - 16 Module (11 aktiv, 4 geplant, 1 archiv) - 14 Kompetenzen, 39 kompetenz_modules - 144 Lehrplan-Anker (76 AT, 28 DE, 24 CH/LI) - 130 Glossar-Begriffe (10 astronomie + 12 EU + 108 andere) - Alle 11 aktiven Sims haben Lehrplan-Bezug - Letzte 6 Commits dokumentiert Inbox: keine offenen Nachrichten an lehrplan. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
209 B
PHP
10 lines
209 B
PHP
<?php
|
|
/**
|
|
* Modul-Detailseite: Busfahrt
|
|
* URL: http://localhost/geograsim/App/modul-busfahrt
|
|
*
|
|
* Logik im gemeinsamen Partial.
|
|
*/
|
|
$MODULE_ID = 'busfahrt';
|
|
require __DIR__ . '/_partials/modul_detail.php';
|