Skip to content

Commit

Permalink
Added blog link to bottom of every page. Fixes ticket #85.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 17, 2008
1 parent 44b6fd5 commit f86f234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/includes/easyparliament/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ function content_end () {
# For the time being commenting out API/XML links until we get those up and running
#$links[] = '<a href="' . WEBPATH . 'api">API</a> / <a href="http://ukparse.kforge.net/parlparse">XML</a>';
$links[] = '<a href="http://software.openaustralia.org">Source code</a>';
$links[] = '<a href="http://blog.openaustralia.org">Blog</a>';

# $user_agent = ( isset( $_SERVER['HTTP_USER_AGENT'] ) ) ? strtolower( $_SERVER['HTTP_USER_AGENT'] ) : '';
# if (stristr($user_agent, 'Firefox/'))
Expand Down

0 comments on commit f86f234

Please sign in to comment.