proper prefix in templates: wikiqs -> qswiki

This commit is contained in:
2018-11-16 16:54:35 +01:00
parent d3af8d8c53
commit f992f4d20b
25 changed files with 104 additions and 104 deletions

View File

@ -1,7 +1,7 @@
{wikiqs:include:general_header}
{qswiki:include:general_header}
<main id="content">
<h2>Login</h2>
You are already logged in as <b>{wikiqs:var:username}</b><br>
<a href="{wikiqs:config:linklogout}">Logout</a>
You are already logged in as <b>{qswiki:var:username}</b><br>
<a href="{qswiki:config:linklogout}">Logout</a>
</main>
{wikiqs:include:general_footer}
{qswiki:include:general_footer}