add squirrelmail attribution to the bottom of message list,
[squirrelmail.git] / templates / default / message_list.tpl
index 95ec763c7ff2b9e2082b63256df3e1f1cdf2cd58..ce79d63592fcf11c2c8ead45be31c31a63784ed0 100644 (file)
@@ -19,7 +19,7 @@
  *    $header_sent
  *    $body_tag_js
  *    $shortBoxName
  *    $header_sent
  *    $body_tag_js
  *    $shortBoxName
- *    $sm_attribute_str
+ *    $provider_link
  *    $frame_top
  *    $urlMailbox
  *    $startMessage
  *    $frame_top
  *    $urlMailbox
  *    $startMessage
@@ -521,3 +521,7 @@ if ($class != 'even' && $class != 'odd')
     </table>
 </form>
 </div>
     </table>
 </form>
 </div>
+
+<?php if (!$hide_sm_attributions): ?>
+<p class="sqm_squirrelcopyright">&copy; 1999-2007 The SquirrelMail Project Team - <a href="about.php">About SquirrelMail</a></p>
+<?php endif; ?>