| @@ -1,0 +1,8 @@ | ||
| 1 | +<div class="templately-header"> | |
| 2 | + <div class="templately-header-left"> | |
| 3 | + <h1><?php echo __( 'Templately', 'templately' ); ?></h1> | |
| 4 | + </div> | |
| 5 | + <div class="templately-header-right"> | |
| 6 | + <?php echo sprintf( '%s: %s', __( 'Version', 'templately' ), TEMPLATELY_VERSION ); ?> | |
| 7 | + </div> | |
| 8 | +</div> | |