diff options
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php index f74137e0e..8224e491b 100644 --- a/mod/display.php +++ b/mod/display.php @@ -170,6 +170,8 @@ function display_content(&$a) { '$mylink' => $contact['url'], '$mytitle' => t('This is you'), '$myphoto' => $contact['thumb'], + '$comment' => t('Comment'), + '$submit' => t('Submit'), '$ww' => '' )); } |