From be00a6efa75ff08329f6f8ae94408bb4223887ec Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Mon, 29 May 2006 19:49:43 +1200 Subject: [PATCH] don't hard code in the url in the sgn nav plugin --- .../serendipity_plugin_sgn_nav/serendipity_plugin_sgn_nav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/serendipity_plugin_sgn_nav/serendipity_plugin_sgn_nav.php b/plugins/serendipity_plugin_sgn_nav/serendipity_plugin_sgn_nav.php index a5d5ba9..622f9b6 100644 --- a/plugins/serendipity_plugin_sgn_nav/serendipity_plugin_sgn_nav.php +++ b/plugins/serendipity_plugin_sgn_nav/serendipity_plugin_sgn_nav.php @@ -46,9 +46,9 @@ class serendipity_plugin_sgn_nav extends serendipity_plugin echo '

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.

' .'

I write mundane crap about things I do. If you\'re interested in things ' - .'about me in list format, go here. ' + .'about me in list format, go here. ' .'You can also send me email, or ' - .'subscribe to my rss feed. ' + .'subscribe to my rss feed. ' .'My gpg key id is 0xA30EC22B

' .'

I give thumbs up to: exorsus.net for hosting ' .'my sorry ass, and serendipity for writing such fine ' -- 2.39.5