diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 01:53:17 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 01:53:17 +0100 |
commit | d0ef17169701f90a9dab5f50e3eb61954653cae2 (patch) | |
tree | 03efa5a4e6eb1d2727b4c075b16a3627b1ad4591 /app/view/templates/edittopbar.php | |
parent | 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (diff) | |
download | wcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.tar.gz wcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.zip |
font upload
Diffstat (limited to 'app/view/templates/edittopbar.php')
-rw-r--r-- | app/view/templates/edittopbar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php index 5090081..6d90932 100644 --- a/app/view/templates/edittopbar.php +++ b/app/view/templates/edittopbar.php @@ -3,7 +3,7 @@ <form action="<?= $this->uart('artupdate', $art->id()) ?>" method="post" id="update"> <span> - <a href="<?= $this->url('backrouter') ?>" class="icon" >⏏</a> + <a href="<?= $this->url('home') ?>" class="icon" >⏏</a> </span> <span> <input type="submit" value="update" accesskey="x" form="update"> |