Changeset 55 for trunk/www/common/global.php
- Timestamp:
- Aug 3, 2009, 11:39:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/global.php
r54 r55 94 94 } 95 95 96 function SystemMessage($Title, $Text) 97 { 98 return('<table align="center"><tr><td><div class="SystemMessage"><h3>'.$Title.'</h3><div>'.$Text.'</div></div</td></tr></table>'); 99 //ShowFooter(); 100 //die(); 101 } 102 96 103 function MailUTF8($To, $Subject = '(No subject)', $Message = '', $Header = '') 97 104 {
Note:
See TracChangeset
for help on using the changeset viewer.