references:joomla.framework:application:japplication-issiteisSite
Returns a boolean value specifying whether or not the current page is being loaded from the site interface. Syntaxboolean isSite () ExamplesExample global $mainframe; if ($mainframe->isSite()) { echo "We are in the site interface!"; } else { echo "We are not in the site interface!"; } might produce Result We are in the site interface!
|


