function __construct() { global $BE_USER; global $TSFE; $this->log( is_object( $BE_USER ) ); // only true for BE admins $this->log( $TSFE->beUserLogin ); // only true for BE admins } (I'm using a custom logger method, don't think this is relevant here) Nicolas