| 1 |
<?php |
| 2 |
defined('ABSPATH') or die( 'Access denied!' ); // Avoid direct file request |
| 3 |
?> |
| 4 |
|
| 5 |
<div class="templately-header"> |
| 6 |
<div class="templately-header-left"> |
| 7 |
<h1><?php echo __( 'Templately', 'templately' ); ?></h1> |
| 8 |
</div> |
| 9 |
<div class="templately-header-right"> |
| 10 |
<?php echo sprintf( '%s: %s', __( 'Version', 'templately' ), TEMPLATELY_VERSION ); ?> |
| 11 |
</div> |
| 12 |
</div> |