and the main photo menu

This commit is contained in:
friendica 2012-07-19 21:27:22 -07:00
commit 9c72b45f36
2 changed files with 6 additions and 2 deletions

View file

@ -150,7 +150,8 @@ EOT;
$shortlist = array();
foreach($verbs as $k => $v)
$shortlist[] = array($k,$v[1]);
if($v[1] !== 'NOTRANSLATION')
$shortlist[] = array($k,$v[1]);
$tpl = get_markup_template('poke_content.tpl');