if(iMEMBER) {
echo "MEMBERS CONTENT HERE";
} else {
echo "GUEST CONTENT HERE";
}
Quote
<?php
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION") { header("Location: ../../index.php" exit; }
if(iMEMBER) {
echo "";
} else {
echo "welcome_message_panel.php";
}
opentable($locale['024']);
echo stripslashes($settings['siteintro'])."\n";
closetable();
?>
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
if(iMEMBER) {
echo "";
} else {
include INFUSIONS."welcome_message_panel/welcome_message_panel.php";
}
opentable($locale['024']);
echo stripslashes($settings['siteintro'])."\n";
closetable();
/*---------------------------------------------------+
| PHPFusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
if(iMEMBER) {
echo "";
} else {
opentable($locale['024']);
echo stripslashes($settings['siteintro'])."\n";
closetable();
}
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions