change recipe img link to point to action
This commit is contained in:
parent
7f72d9a9da
commit
dee2b23297
@ -87,7 +87,7 @@ final class RecipeModel
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getImgLink(){
|
public function getImgLink(){
|
||||||
return '/static/img/recipes/'.$this->I_ID;
|
return '/recipe/img/'.$this->I_ID;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLink(){
|
public function getLink(){
|
||||||
|
Loading…
Reference in New Issue
Block a user