@@ -98,7 +98,7 @@ class NotiziaModel extends HasMediaModel{
|
||||
public function getAbsoluteMobileUrl(){
|
||||
$link = "articolo_".strval($this->id);
|
||||
if ($this->hasProperty("shortenedUrl")){
|
||||
$link = "art_".$this->shortenedUrl;
|
||||
$link = "art_".$this->shortenedUrl.".html";
|
||||
}
|
||||
|
||||
return GUIHandlerMobile::getBaseUrl().$link;
|
||||
|
||||
Reference in New Issue
Block a user