Skip to content

Commit

Permalink
remove sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PF94 authored Nov 1, 2021
1 parent 72be068 commit 27f2e49
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions templates/prototype/_layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,7 @@
</li>
</ul>
</div>
<div class="sidebar">
{% if log %}
<a href="settings.php">{{ icon('gear', 16) }} Settings</a>
<a href="/forum/private.php">{{ icon('envelope', 16) }} Private messages</a>
<a href="logout.php">{{ icon('door-closed', 16) }} Log out</a>
{% else %}
<a href="../login.php">Sign in</a>
<a href="../register.php">Register</a>
{% endif %}
</div>
<div class="content">

{% block precontent %}{% endblock %}
<div class="container">
{% block content %}{% endblock %}
Expand All @@ -68,6 +58,6 @@
</div>
</div>
</footer>
</div>

</body>
</html>
</html>

0 comments on commit 27f2e49

Please sign in to comment.