Cheetah
|
Go to the source code of this file.
Variables | |
$aForum = array () | |
if(isset($_GET['action']) && 'goto'==$_GET['action'] && $_GET['forum_id']) elseif(isset($_GET['action']) && 'goto'==$_GET['action'] && $_GET['topic_id']) | else |
if((isset($_GET['action']) && 'goto'==$_GET['action'] && $_GET['forum_id'])||(isset($_GET['action']) && 'goto'==$_GET['action'] && $_GET['topic_id'])) | $aPathInfo = pathinfo(__FILE__) |
$aForum = array () |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 15 of file design.php.
if ((isset( $_GET[ 'action']) &&'goto'==$_GET[ 'action'] &&$_GET[ 'forum_id'])||(isset( $_GET[ 'action']) &&'goto'==$_GET[ 'action'] &&$_GET[ 'topic_id'])) $aPathInfo = pathinfo(__FILE__) |
Definition at line 43 of file design.php.
if (isset( $_GET[ 'action']) &&'goto'==$_GET[ 'action'] &&$_GET[ 'forum_id']) elseif (isset( $_GET[ 'action']) &&'goto'==$_GET[ 'action'] &&$_GET[ 'topic_id']) else |
Definition at line 25 of file design.php.