mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
W3 Fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<?php if ($action == 'template') { ?><h2><?php echo __('New Template', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'styles') { ?><h2><?php echo __('New Styles', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'script') { ?><h2><?php echo __('New Script', 'themes'); ?></h2><?php } ?>
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<?php if ($action == 'template') { ?><h2><?php echo __('Edit Template', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'styles') { ?><h2><?php echo __('Edit Styles', 'themes'); ?></h2><?php } ?>
|
||||
<?php if ($action == 'script') { ?><h2><?php echo __('Edit Script', 'themes'); ?></h2><?php } ?>
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<?php if (Notification::get('success')) Alert::success(Notification::get('success')); ?>
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<div class="span6">
|
||||
|
||||
<h2><?php echo __('Site Theme', 'themes'); ?></h2>
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<!-- Themes_selector -->
|
||||
<?php
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="span6">
|
||||
|
||||
<h2><?php echo __('Admin Theme', 'themes'); ?></h2>
|
||||
<br />
|
||||
<br>
|
||||
|
||||
<!-- Themes_selector -->
|
||||
<?php
|
||||
@@ -197,7 +197,7 @@
|
||||
<?php // All exept Pages, Users and Sitemap plugins
|
||||
if (count(Plugin::$components) > 3) {
|
||||
?>
|
||||
<h2><?php echo __('Components templates', 'themes'); ?></h2><br />
|
||||
<h2><?php echo __('Components templates', 'themes'); ?></h2><br>
|
||||
<?php
|
||||
// Its mean that you can add your own actions for this plugin
|
||||
Action::run('admin_themes_extra_index_template_actions');
|
||||
|
Reference in New Issue
Block a user