mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-08 22:26:55 +02:00
UI Improvements - Admin Theme - Styles fixes #194
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user