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 | |
| 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')
| -rwxr-xr-x | pages/blog.php | 2 | ||||
| -rwxr-xr-x | pages/quotes.php | 14 |
2 files changed, 8 insertions, 8 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'); |
| diff --git a/pages/quotes.php b/pages/quotes.php index 17057c2..4fce952 100755 --- a/pages/quotes.php +++ b/pages/quotes.php | |||
| @@ -25,31 +25,31 @@ require('headerproc.php'); | |||
| 25 | $pageCategory = 'quotes'; | 25 | $pageCategory = 'quotes'; |
| 26 | 26 | ||
| 27 | $hatNav = array( array( 'title' => 'Latest', | 27 | $hatNav = array( array( 'title' => 'Latest', |
| 28 | 'url' => 'http://fourisland.com/quotes/latest.php', | 28 | 'url' => '/quotes/latest.php', |
| 29 | 'icon' => '16-star-hot' | 29 | 'icon' => '16-star-hot' |
| 30 | ), | 30 | ), |
| 31 | array( 'title' => 'Best', | 31 | array( 'title' => 'Best', |
| 32 | 'url' => 'http://fourisland.com/quotes/top.php', | 32 | 'url' => '/quotes/top.php', |
| 33 | 'icon' => 'medal_gold_1' | 33 | 'icon' => 'medal_gold_1' |
| 34 | ), | 34 | ), |
| 35 | array( 'title' => 'Worst', | 35 | array( 'title' => 'Worst', |
| 36 | 'url' => 'http://fourisland.com/quotes/bottom.php', | 36 | 'url' => '/quotes/bottom.php', |
| 37 | 'icon' => '16-message-warn' | 37 | 'icon' => '16-message-warn' |
| 38 | ), | 38 | ), |
| 39 | array( 'title' => 'Browse All', | 39 | array( 'title' => 'Browse All', |
| 40 | 'url' => 'http://fourisland.com/quotes/browse.php', | 40 | 'url' => '/quotes/browse.php', |
| 41 | 'icon' => '16-file-archive' | 41 | 'icon' => '16-file-archive' |
| 42 | ), | 42 | ), |
| 43 | array( 'title' => 'Random', | 43 | array( 'title' => 'Random', |
| 44 | 'url' => 'http://fourisland.com/quotes/random.php', | 44 | 'url' => '/quotes/random.php', |
| 45 | 'icon' => '16-clock' | 45 | 'icon' => '16-clock' |
| 46 | ), | 46 | ), |
| 47 | array( 'title' => 'Add', | 47 | array( 'title' => 'Add', |
| 48 | 'url' => 'http://fourisland.com/quotes/add.php', | 48 | 'url' => '/quotes/add.php', |
| 49 | 'icon' => '16-em-pencil' | 49 | 'icon' => '16-em-pencil' |
| 50 | ), | 50 | ), |
| 51 | array( 'title' => 'Search', | 51 | array( 'title' => 'Search', |
| 52 | 'url' => 'http://fourisland.com/quotes/search.php', | 52 | 'url' => '/quotes/search.php', |
| 53 | 'icon' => 'book_open' | 53 | 'icon' => 'book_open' |
| 54 | )); | 54 | )); |
| 55 | 55 | ||
