18 lines
933 B
Smarty
18 lines
933 B
Smarty
{% include 'global/header.tpl' %}
|
|
<div class="content settings messages">
|
|
<div class="content-right content-column">
|
|
{% include 'elements/settingsNav.tpl' %}
|
|
</div>
|
|
<div class="content-left content-column">
|
|
<div class="head">
|
|
{{ page.title }}
|
|
</div>
|
|
<div class="settings-explanation">
|
|
Welcome to the Settings Panel. From here you can monitor, view and update your profile and preferences.
|
|
</div>
|
|
<h1 class="stylised" style="line-height: 1.8em; text-align: center;">Select an option from the menu on the right!</h1>
|
|
<h3 style="text-align: center;">Some parts may require you to click a confirmation code sent to you in an e-mail, this is to ensure the security of your identity on the site.</h3>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
{% include 'global/footer.tpl' %}
|