]> git.mjollnir.org Git - s9y.git/commitdiff
don't hard code in the url in the sgn nav plugin
authorPenny Leach <mjollnir@titania.local>
Mon, 29 May 2006 07:49:43 +0000 (19:49 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Mon, 7 Apr 2008 23:45:37 +0000 (11:45 +1200)
plugins/serendipity_plugin_sgn_nav/serendipity_plugin_sgn_nav.php

index a5d5ba92ceaebee8582091b5609c5564e711abdf..622f9b6fc8db36227a6dabfdd2fcc731be9ef776 100644 (file)
@@ -46,9 +46,9 @@ class serendipity_plugin_sgn_nav extends serendipity_plugin
         echo '<p>This is a website about me. I am just this girl, who lives in Wellington, '
             .'works on open source web stuff, and drinks too much.</p>'
             .'<p>I write mundane crap about things I do.  If you\'re interested in things '
-            .'about me in list format, <a href="http://she.geek.nz/about">go here</a>.  '
+            .'about me in list format, <a href="'.$serendipity['baseURL'].'about">go here</a>.  '
             .'You can also <a href="mailto:penny@she.geek.nz">send me email</a>, or '
-            .'<a href="http://she.geek.nz/feeds/index.rss2">subscribe to my rss feed</a>.  '
+            .'<a href="'.$serendipity['baseURL'].'feeds/index.rss2">subscribe to my rss feed</a>.  '
             .'My gpg key id is 0xA30EC22B</p>'
             .'<p>I give thumbs up to: <a href="http://exorsus.net">exorsus.net</a> for hosting '
             .'my sorry ass, and <a href="http://s9y.org">serendipity</a> for writing such fine '