summaryrefslogtreecommitdiff
path: root/template/index.tpl
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-10-11 22:35:34 +0200
committeremkael <emkael@tlen.pl>2016-10-11 22:35:34 +0200
commitcc60038fcec9e038e0d92a8d8f738e7464f68ed7 (patch)
tree03a358e714b6fbca231bd95d4dfc35d25558d21c /template/index.tpl
parentce325924f1ccdfd57dfcfdf107c7c289e019ea3f (diff)
* basic footer for page template
Diffstat (limited to 'template/index.tpl')
-rw-r--r--template/index.tpl13
1 files changed, 12 insertions, 1 deletions
diff --git a/template/index.tpl b/template/index.tpl
index 66570bb..c6bc195 100644
--- a/template/index.tpl
+++ b/template/index.tpl
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{$lang|default:'pl'}">
+<html lang="{$lang|default:'en'}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -24,6 +24,17 @@
{$content}
+ <div class="container" >
+ <hr />
+ <footer>
+ <p>
+ <address>
+ <span class="copy">&copy;</span>
+ <a href="//emkael.info/">emkael</a>, 2016
+ </address>
+ </footer>
+ </div>
+
{foreach from=$scripts item=script}
<script src="_js/{$script}" type="text/javascript"></script>
{/foreach}