to keep a path to the about page from our "main" interface.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12243
7612ce4b-ef26-0410-bec9-
ea0150e637f0
background: #ffffff /* __COLOR4__*/;
}
+.sqm_squirrelcopyright, .sqm_squirrelcopyright a:link, .sqm_squirrelcopyright a:visited {
+ font-size: xx-small;
+ color: gray;
+ text-align: center;
+}
+.sqm_squirrelcopyright a:hover {
+ color: navy;
+}
+
/* folder_manip.tpl defs */
#folderManip {
text-align:center;
font-weight: normal;
}
-div.viewText td.actions {
- text-align: center;
+div.viewText td.actions { text-align: center;
padding-top: 4px;
padding-bottom: 4px;
}
* $header_sent
* $body_tag_js
* $shortBoxName
- * $sm_attribute_str
+ * $provider_link
* $frame_top
* $urlMailbox
* $startMessage
</table>
</form>
</div>
+
+<?php if (!$hide_sm_attributions): ?>
+<p class="sqm_squirrelcopyright">© 1999-2007 The SquirrelMail Project Team - <a href="about.php">About SquirrelMail</a></p>
+<?php endif; ?>