# depicter/1.3.2/views/admin/layouts/index.php

Depicter — Popup &amp; Slider Builder, version 1.3.2. 12 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.3.2/code/views/admin/layouts/index.php
- Raw: https://pluginprobe.com/plugins/depicter/1.3.2/raw/views/admin/layouts/index.php
- Modified: 2022-06-01T06:26:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.3.2/code/views/admin/layouts/index.php#L10-L20`.

```php
<?php
/**
 * Admin layout.
 *
 * @package Depicter
 */

?>
<div class="master-layout master-admin master-wrapper">
	<?php \Depicter::layoutContent(); ?>
</div>

```
