6 lines
259 B
PHP
6 lines
259 B
PHP
<?php
|
|
// top.php — reserved placeholder
|
|
// The site header (logo + title) has been moved into includes/menu.php
|
|
// Keep this file present so pages that include it continue to work.
|
|
// If you need to re-enable a separate top strip later, add markup here.
|
|
?>
|