diff options
Diffstat (limited to 'view/suggestions.tpl')
-rw-r--r-- | view/suggestions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/suggestions.tpl b/view/suggestions.tpl index 46c927754..dae551849 100644 --- a/view/suggestions.tpl +++ b/view/suggestions.tpl @@ -4,7 +4,7 @@ <p class="intro-desc">$str_notifytype $notify_type</p> <div class="intro-madeby">$madeby</div> <div class="intro-fullname" >$fullname</div> -<a class="intro-url-link" href="$url" ><img class="intro-photo" src="$photo" width="175" height=175" title="$fullname" alt="$fullname" /></a> +<a class="intro-url-link" href="$url" ><img class="intro-photo lframe" src="$photo" width="175" height=175" title="$fullname" alt="$fullname" /></a> <div class="intro-note" >$note</div> <div class="intro-wrapper-end"></div> <form class="intro-form" action="notifications/$intro_id" method="post"> |