# Detect builder display - php

**URL:** https://forum.mautic.org/t/detect-builder-display-php/4327
**Category:** Product Support
**Created:** [June 7, 2016, 8:51pm UTC](https://forum.mautic.org/t/detect-builder-display-php/4327 "2016-06-07T20:51:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pixman](https://avatars.discourse-cdn.com/v4/letter/p/a3d4f5/32.png) [@pixman](https://forum.mautic.org/u/pixman)
#### Post date: [June 7, 2016, 8:51pm UTC](https://forum.mautic.org/t/detect-builder-display-php/4327/1 "2016-06-07T20:51:00Z")

</div>

Hello,  
  
I’m working on php themes for the builder.  
  
Can it’s possible to detect that page is displayng in the builder ?  
  
I want to show some help text for remerber how to xrite her text on template.  
  
  
  
Thanks

---

<div class="post-metadata">

### Author: ![pixman](https://avatars.discourse-cdn.com/v4/letter/p/a3d4f5/32.png) [@pixman](https://forum.mautic.org/u/pixman)
#### Post date: [June 7, 2016, 8:51pm UTC](https://forum.mautic.org/t/detect-builder-display-php/4327/2 "2016-06-07T20:51:00Z")

</div>

Hello,  
I’m working on php themes for the builder.  
Can it’s possible to detect that page is displayng in the builder ?  
I want to show some help text for remerber how to xrite her text on template.

Thanks

---

<div class="post-metadata">

### Author: ![pixman](https://avatars.discourse-cdn.com/v4/letter/p/a3d4f5/32.png) [@pixman](https://forum.mautic.org/u/pixman)
#### Post date: [June 8, 2016, 7:16am UTC](https://forum.mautic.org/t/detect-builder-display-php/4327/3 "2016-06-08T07:16:34Z")

</div>

okay for me,  
i have used :

```auto
if (!isset($public)){// code}
```
