diff --git a/templates/footer.html.tpl b/templates/footer.html.tpl
index ec5b922..b7c1734 100644
--- a/templates/footer.html.tpl
+++ b/templates/footer.html.tpl
@@ -2,3 +2,4 @@
+
diff --git a/templates/index.html.tpl b/templates/index.html.tpl
index 1b7b7be..1fbef0a 100644
--- a/templates/index.html.tpl
+++ b/templates/index.html.tpl
@@ -62,7 +62,7 @@
var canvas = document.getElementById('thumb_=$c?>');
if(canvas && canvas.getContext) {
var ctx = canvas.getContext('2d');
- ctx.strokeStyle = "#1d1d1d";
+ ctx.strokeStyle = "rgba(42, 128, 235, .25)";
ctx.fillStyle = "#121212";
ctx.fillRect (0, 0, 100, 100);
ctx.fill();
diff --git a/templates/nav.html.tpl b/templates/nav.html.tpl
index a1df5ed..76cedc8 100644
--- a/templates/nav.html.tpl
+++ b/templates/nav.html.tpl
@@ -48,7 +48,6 @@
- content
$dirs = get_dirs("", array('recursive' => 0)); ?>
foreach($dirs as $dir) : ?>
=$dir['name']?>
@@ -57,7 +56,6 @@
- static
photo
aggregate
links
@@ -69,6 +67,11 @@
$this->include_template('nextprev.html.tpl'); ?>
+
diff --git a/templates/nextprev.html.tpl b/templates/nextprev.html.tpl
index 432c04a..f7fccfc 100644
--- a/templates/nextprev.html.tpl
+++ b/templates/nextprev.html.tpl
@@ -1,7 +1,12 @@
+
+
-
// surely this is in the template somewhere??
$cur_request = get_request();
if (isset($entries)) {
@@ -9,31 +14,30 @@
}
?>
+
if (isset($cur_request['dirname']) && $cur_request['dirname'] != '/' ) : ?>
-
-↑
-
-
+ ↑
+
endif; ?>
+
+
if(isset($entry['is_single'])) : ?>
-
- if (isset($entry['next_entry'])) : ?>
- →
-
- endif; ?>
+ if (isset($entry['next_entry'])) : ?>
+ →
+
+ endif; ?>
-
+
- if (isset($entry['prev_entry'])) : ?>
- ←
-
- endif; ?>
+ if (isset($entry['prev_entry'])) : ?>
+ ←
+
+ endif; ?>
endif; ?>
-
diff --git a/templates/page.html.tpl b/templates/page.html.tpl
index 8d6d1ab..7087ec9 100644
--- a/templates/page.html.tpl
+++ b/templates/page.html.tpl
@@ -3,7 +3,7 @@
$this->include_template('head-inc.html.tpl') ?>
- =SITE_TITLE?>=TITLE_DELIMITER?> =$data['title']?>
+ =SITE_TITLE?>=TITLE_DELIMITER?>=$page['title']?>
@@ -17,7 +17,6 @@
$this->include_template('nav.html.tpl') ?>
-
$this->include_template('footer.html.tpl') ?>
diff --git a/templates/projects.html.tpl b/templates/projects.html.tpl
index e2e8da2..c28f971 100644
--- a/templates/projects.html.tpl
+++ b/templates/projects.html.tpl
@@ -25,12 +25,11 @@
else : ?>