]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
Merge pull request #12211 from Schnoop/feature/fixImportLink
[friendica.git] / view / theme / frio / theme.php
index 1079a08c86b42a0456a50559ca8362b8898d0357..498ef69f2451681a70154fdf78b587ac3034bb31 100644 (file)
@@ -179,7 +179,7 @@ function frio_contact_photo_menu(App $a, &$args)
 
        // Add to pm link a new key with the value 'modal'.
        // Later we can make conditions in the corresponding templates (e.g.
-       // contact_template.tpl)
+       // contact/entry.tpl)
        if (strpos($pmlink, 'message/new/' . $cid) !== false) {
                $args['menu']['pm'][3] = 'modal';
        }