API:isFrontend
API Quick reference
|
Description
bool isFrontend();
Determines if the page being parsed is from the Web (frontend) or manager (backend) view. Returns true if accessed from the web interface. false otherwise.
Usage / Examples
Related
- isBackend
- [insideManager]