diff --git a/site/themes/default/index.php b/site/themes/default/index.php
index a2fca6f5..1e1573f8 100755
--- a/site/themes/default/index.php
+++ b/site/themes/default/index.php
@@ -1,3 +1,10 @@
-rawilum['themes']->getTemplate('partials/head'); ?>
-
-rawilum['themes']->getTemplate('partials/footer'); ?>
+
+
+ 'Minute!',
+ 'minutes' => 'Minutes!',
+ 'second' => 'Second',
+ 'seconds' => 'Seconds']);
+?>
+
+
diff --git a/site/themes/default/partials/head.php b/site/themes/default/partials/head.php
index 8a540e0d..4af7dd99 100755
--- a/site/themes/default/partials/head.php
+++ b/site/themes/default/partials/head.php
@@ -6,21 +6,21 @@
- rawilum['events']->dispatch('theme_meta'); ?>
+
-
rawilum['config']->get('site.title'); ?> |
+ |
-
+
-
- rawilum['events']->dispatch('theme_header'); ?>
+
+
- rawilum['themes']->getTemplate('partials/navigation'); ?>
+
diff --git a/site/themes/default/partials/navigation.php b/site/themes/default/partials/navigation.php
index 9d96af8f..7dc3737d 100755
--- a/site/themes/default/partials/navigation.php
+++ b/site/themes/default/partials/navigation.php
@@ -1,6 +1,6 @@