summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-02-20 17:17:20 -0800
committerZach Copley <zach@controlyourself.ca>2009-02-20 17:17:20 -0800
commit1fdb35bbf105fe462dcc663ea20b6aa56d654001 (patch)
tree00e3f7a52aa24f9c3364cd3a2582c18402a021d0 /lib
parent5e816d7be208fc24419288234559c78da7391c8b (diff)
New doc page for Identi.ca badge and minor updates to badge's js
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index b1e700b67..0c4d0181d 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -657,6 +657,8 @@ class Action extends HTMLOutputter // lawsuit
_('Source'));
$this->menuItem(common_local_url('doc', array('title' => 'contact')),
_('Contact'));
+ $this->menuItem(common_local_url('doc', array('title' => 'badge')),
+ _('Badge'));
Event::handle('EndSecondaryNav', array($this));
}
$this->elementEnd('ul');