1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 12:48:00 +02:00

UI Improvements - Admin Theme - Styles fixes #194

This commit is contained in:
Awilum
2014-01-11 01:18:17 +02:00
parent c2a2dba621
commit 15535a460c
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<!-- Users_add -->
<h2><?php echo __('New User Registration', 'users'); ?></h2>
<?php
echo ( '<h2>'.__('New User Registration', 'users').'</h2>' );
echo (
Html::br().

View File

@@ -1,11 +1,8 @@
<?php
// Show template for exist user else show error
if ($user !== null) {
echo ( '<h2>'.__('Edit profile', 'users').'</h2>' );
?>
<h2><?php echo __('Edit profile', 'users'); ?></h2>
<br>