@@ -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;
|
||||
|
||||
@@ -36,7 +36,7 @@ try {
|
||||
|
||||
$limit=10;
|
||||
$page = 1;
|
||||
$numPages = 1;
|
||||
$numPages = 10;
|
||||
|
||||
if(array_key_exists("page", $_POST)){
|
||||
$page = intval($_POST["page"]);
|
||||
|
||||
Reference in New Issue
Block a user