diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-20 17:17:20 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-20 17:17:20 -0800 |
commit | 1fdb35bbf105fe462dcc663ea20b6aa56d654001 (patch) | |
tree | 00e3f7a52aa24f9c3364cd3a2582c18402a021d0 /lib/action.php | |
parent | 5e816d7be208fc24419288234559c78da7391c8b (diff) |
New doc page for Identi.ca badge and minor updates to badge's js
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
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'); |