Ignore:
Timestamp:
Aug 24, 2009, 8:53:09 PM (15 years ago)
Author:
george
Message:
  • Přidáno: Podpora pro oprávnění uživatelů a skupin.
  • Upraveno: V include souborech použita cesta aktuálního skriptu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Base/System.php

    r75 r76  
    9898  }
    9999 
    100   function SystemMessage($Title, $Text)
    101   {
    102     return('<table align="center"><tr><td><div class="SystemMessage"><h3>'.$Title.'</h3><div>'.$Text.'</div></div</td></tr></table>');
    103     //ShowFooter();
    104     //die();
    105   }
    106 
    107100  function MailUTF8($To, $Subject = '(No subject)', $Message = '', $Header = '')
    108101  {
Note: See TracChangeset for help on using the changeset viewer.