change url to water
This commit is contained in:
parent
6e7aa5c34c
commit
a39ed189a9
|
@ -18,7 +18,7 @@ $this->breadcrumb()->setSeparator(' > ');
|
||||||
<hr />
|
<hr />
|
||||||
<div class="thumb"><img src="/data/thumb/id/<?php echo $md['id'];?>" /></div>
|
<div class="thumb"><img src="/data/thumb/id/<?php echo $md['id'];?>" /></div>
|
||||||
<div class="mditem">
|
<div class="mditem">
|
||||||
<h2><a href="/data/<?php echo $md['uuid']; ?>"><?php echo $this->escape($md['title']);?></a>
|
<h2><a href="/water/<?php echo $md['uuid']; ?>"><?php echo $this->escape($md['title']);?></a>
|
||||||
|
|
||||||
</h2>
|
</h2>
|
||||||
<span><?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?></span>
|
<span><?php echo mb_strlen($md['description'])>400?$this->escape(mb_substr($md['description'],0,400,'UTF-8').'...'):$this->escape($md['description']);?></span>
|
||||||
|
|
Loading…
Reference in New Issue