Skip to content

Commit

Permalink
Update Parliament on recess text
Browse files Browse the repository at this point in the history
Now includes twitter link.

Fixes #834
  • Loading branch information
struan committed Feb 19, 2016
1 parent b29c7d9 commit cb080a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/includes/easyparliament/templates/html/index.php
Expand Up @@ -156,7 +156,9 @@
list($recess, $from, $to) = recess_prettify(date('j'), date('n'), date('Y'), 1);
if ( $recess ) { ?>
<p>
Parliament is on <?= $recess ?>. It returns on <?= format_date($to, LONGERDATEFORMAT) ?>.
Parliament is on holiday until <?= format_date($to, LONGERDATEFORMAT) ?>.
Follow us on <a href="https://twitter.com/theyworkforyou">Twitter</a> and you'll
be the first to know when they're back in session.
</p>
<?php } else { ?>
<p>
Expand Down

0 comments on commit cb080a0

Please sign in to comment.