From a1247d574e9872b564abcd2850bc33becac9577b Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 1 Mar 2010 17:31:52 -0500 Subject: Changed most absolute URLs to relative URLs Because Four Island is often viewed using a subdomain or an IP address in lieu of the actual domain name, relative URLs are needed to render the page correctly in most circumstances. --- pages/blog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/blog.php') 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'; $pageAID = 'archive'; $hatNav = array( array( 'title' => 'Archive', - 'url' => 'http://fourisland.com/blog/', + 'url' => '/blog/', 'icon' => '16-file-archive')); $template = new FITemplate('post'); -- cgit 1.4.1