and the main photo menu
This commit is contained in:
parent
64bd634582
commit
9c72b45f36
2 changed files with 6 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue