Skip to content

Commit

Permalink
Add auteur theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcoo authored and Eywek committed Apr 29, 2018
1 parent 4f10762 commit e5cd3ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/View/Theme/admin_index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<thead>
<tr>
<th><?= $Lang->get('GLOBAL__NAME') ?></th>
<th><?= $Lang->get('GLOBAL__AUTHOR') ?></th>
<th><?= $Lang->get('GLOBAL__VERSION') ?></th>
<th><?= $Lang->get('GLOBAL__STATUS') ?></th>
<th><?= $Lang->get('THEME__SUPPORTED_STATUS') ?></th>
Expand All @@ -20,6 +21,7 @@
<tbody>
<tr>
<td>Bootstrap</td>
<td>Eywek</td>
<td>N/A</td>
<td>
<?php
Expand All @@ -45,6 +47,7 @@
<?php foreach ($themesInstalled as $key => $value) { ?>
<tr>
<td><?= $value->name ?></td>
<td><?= $value->author ?></td>
<td><?= $value->version ?></td>
<td>
<?php
Expand Down Expand Up @@ -149,4 +152,4 @@
if (confirm("<?= $Lang->get('UPDATE__MAJOR_WARNING_EXTENSION') ?>"))
window.location = $(this).attr('href');
});
</script>
</script>

0 comments on commit e5cd3ed

Please sign in to comment.