diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-03-12 21:47:15 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-03-12 21:47:15 -0500 |
commit | 47bfbec81bfaf3314018d3100d678ee37af88b2b (patch) | |
tree | 6189812bede52e22a800e58d8fc66f34dff6e77c /pages/blog.php | |
parent | 3b2e04f16a595893e8736a9b816bad81ecc8bf6a (diff) | |
parent | a1247d574e9872b564abcd2850bc33becac9577b (diff) | |
download | fourisland-47bfbec81bfaf3314018d3100d678ee37af88b2b.tar.gz fourisland-47bfbec81bfaf3314018d3100d678ee37af88b2b.tar.bz2 fourisland-47bfbec81bfaf3314018d3100d678ee37af88b2b.zip |
Merged unforgiving heads
Diffstat (limited to 'pages/blog.php')
-rwxr-xr-x | pages/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/blog.php b/pages/blog.php index 1024ebb..af5ddbf 100755 --- a/pages/blog.php +++ b/pages/blog.php | |||
@@ -26,7 +26,7 @@ $pageCategory = 'blog'; | |||
26 | $pageAID = 'archive'; | 26 | $pageAID = 'archive'; |
27 | 27 | ||
28 | $hatNav = array( array( 'title' => 'Archive', | 28 | $hatNav = array( array( 'title' => 'Archive', |
29 | 'url' => 'http://fourisland.com/blog/', | 29 | 'url' => '/blog/', |
30 | 'icon' => '16-file-archive')); | 30 | 'icon' => '16-file-archive')); |
31 | 31 | ||
32 | $template = new FITemplate('post'); | 32 | $template = new FITemplate('post'); |