1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00
This commit is contained in:
Awilum
2014-01-01 21:21:26 +02:00
parent 7241410c2d
commit bfc41e03ea
34 changed files with 130 additions and 130 deletions

View File

@@ -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')); ?>

View File

@@ -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')); ?>

View File

@@ -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');