.. _fisadmintheme: ############## is_admin_theme ############## :doc:`View-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/is_admin_theme.rst .. php:function:: is_admin_theme() Determine whether or not the script is being executed through the administrative interface. Can be used to branch behavior based on whether or not the admin theme isbeing accessed, but should not be relied upon in place of using the ACL forcontrolling access to scripts. :returns: boolean ***** Usage ***** .. include:: /Reference/libraries/globals/usage/is_admin_theme.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/is_admin_theme.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/is_admin_theme.rst