borp blip
This commit is contained in:
@ -12,7 +12,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/base/pages.php';
|
||||
<body class="is-preload">
|
||||
<div id="wrapper">
|
||||
<header id="header">
|
||||
<h1><a href="/"><strong class="title"><?php echo $config['title'] ?></strong></a></h1>
|
||||
<h1><a href="/"><strong class="title"><?php echo htmlspecialchars($config['title']) ?></strong></a></h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/base/menu.php'; ?>
|
||||
|
Reference in New Issue
Block a user