1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Message handler CSS rules (_blank theme)

This commit is contained in:
secretr
2008-12-12 11:23:06 +00:00
parent dc751750c7
commit 016a4b9e4e
8 changed files with 47 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
<?php
define("EMESSLAN_TITLE_INFO", "System Information");
define("EMESSLAN_TITLE_ERROR", "Critical Error");
define("EMESSLAN_TITLE_SUCCESS", "Success");
define("EMESSLAN_TITLE_WARNING", "Warning");
?>