# templately/2.0.2/views/header.php

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

- Page: https://pluginprobe.com/plugins/templately/2.0.2/code/views/header.php
- Raw: https://pluginprobe.com/plugins/templately/2.0.2/raw/views/header.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.2/code/views/header.php#L10-L20`.

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

<div class="templately-header">
    <div class="templately-header-left">
        <h1><?php echo __( 'Templately', 'templately' ); ?></h1>
    </div>
    <div class="templately-header-right">
        <?php echo sprintf( '%s: %s', __( 'Version', 'templately' ), TEMPLATELY_VERSION ); ?>
    </div>
</div>
```
