# templately/2.0.0/views/settings.php

Templately – Elementor &amp; Gutenberg Template Library: 6500+ Free &amp; Pro Ready Templates And Cloud!, version 2.0.0. 11 lines.

- Page: https://pluginprobe.com/plugins/templately/2.0.0/code/views/settings.php
- Raw: https://pluginprobe.com/plugins/templately/2.0.0/raw/views/settings.php
- Modified: 2022-10-03T09:36:30+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/templately/2.0.0/code/views/settings.php#L10-L20`.

```php
<?php
	defined('ABSPATH') or die( 'Access denied!' ); // Avoid direct file request
?>

<div class="templately-admin-body">
    <div id="templatelyAdmin">
        <div class="templately-admin-preloader" style="padding: 100px;min-height: 100%;box-sizing: border-box;text-align: center;">
            <img width="130px" src="<?php echo TEMPLATELY_ASSETS . 'images/loading-logo.gif'; ?>" alt="">
        </div>
    </div>
</div>
```
