ready to test new layout
This commit is contained in:
38
twig/controlPanel/control-panel.html twig
Normal file
38
twig/controlPanel/control-panel.html twig
Normal file
@@ -0,0 +1,38 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
|
||||
<head>
|
||||
{% include ['@override/head.html.twig', '@novaconium/head.html.twig'] %}
|
||||
</head>
|
||||
|
||||
<body id="{{ pageid | default('pageid') }}" class="{{ pageclass | default('pageclass') }}" >
|
||||
|
||||
{# Page Header #}
|
||||
<header>
|
||||
<h1 id="biglogo"><span class="main">Novaconium PHP</span></h1>
|
||||
</header>
|
||||
|
||||
<!-- Main Content Of The Page -->
|
||||
<div id="panel" class="container">
|
||||
|
||||
{% include ['@novaconium/controlPanel/menu.html.twig'] %}
|
||||
|
||||
<article>
|
||||
{% block content %}{% endblock %}
|
||||
</article>
|
||||
|
||||
</div>
|
||||
|
||||
{# Page Footer #}
|
||||
<footer>
|
||||
<div class="copyright">© {{ 'now' | date('Y') }} Novaconium</div>
|
||||
</footer>
|
||||
|
||||
{% if debug is not empty %}
|
||||
<div id="debug">
|
||||
<h2>Debugging Information</h2>
|
||||
{{ debug|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user