aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r--app/view/templates/home.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php
index 2303f0f..5c3a007 100644
--- a/app/view/templates/home.php
+++ b/app/view/templates/home.php
@@ -1,4 +1,4 @@
-<?php $this->layout('layout', ['title' => 'home']) ?>
+<?php $this->layout('layout', ['title' => 'home', 'css' => $css . 'home.css']) ?>
@@ -80,10 +80,10 @@
<tr>
<td><input type="checkbox" name="id[]" value="<?= $item->id() ?>" id="<?= $item->id() ?>"></td>
<td><label title="<?= $item->title() ?>" for="<?= $item->id() ?>"><?= $item->id() ?></label></td>
- <td><a href="?id=<?= $item->id() ?>&aff=edit">✏</a></td>
- <td><a href="?id=<?= $item->id() ?>" target="_blank">πŸ‘</a></td>
- <td><a href="?id=<?= $item->id() ?>&action=delete" >πŸ—‘</a></td>
- <td><a href="?id=<?= $item->id() ?>&aff=log" target="_blank">ΒΆ</a></td>
+ <td><a href="<?= $this->uart('artedit', $item->id()) ?>">✏</a></td>
+ <td><a href="<?= $this->uart('artread/', $item->id()) ?>" target="_blank">πŸ‘</a></td>
+ <td><a href="<?= $this->uart('artdelete', $item->id()) ?>" >πŸ—‘</a></td>
+ <td><a href="<?= $this->uart('artlog', $item->id()) ?>" target="_blank">ΒΆ</a></td>
<td><?= $item->tag('sort') ?></td>
<td><?= $item->description() ?></td>
<td><?= $item->linkto('sort') ?></td>