mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Text to LANS #6 Welcome Message Help
Text to LANS #6 Welcome Message Help
This commit is contained in:
@@ -2,19 +2,14 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2017 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/help/wmessage.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
$text = "This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators.";
|
||||
$ns -> tablerender("WMessage Help", $text);
|
||||
$text = WMLAN_13 ;
|
||||
$ns -> tablerender( WMLAN_12, $text);
|
||||
|
||||
|
@@ -31,5 +31,7 @@ define("WMLAN_07","Override standard system to use {WMESSAGE} shortcode:");
|
||||
//define("WMLAN_10","Message Caption");//LAN_TITLE
|
||||
|
||||
define("WMLAN_11","Enclosed with Carousel");
|
||||
define("WMLAN_12","Welcome Message Help");
|
||||
define("WMLAN_13","This page allows you to set a message that will appear at the top of your front page all the time it's activated. You can set a different message for guests, registered/logged-in members and administrators.");
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user