Calendar added
This commit is contained in:
@@ -63,10 +63,6 @@ class NewsItem extends Model {
|
||||
$this->url = "/nieuws/{$this->id}/" . parent::url_slug($this->title);
|
||||
}
|
||||
|
||||
public function detailsUrl() {
|
||||
return "/{$this->id}/" . urlencode($this->title);
|
||||
}
|
||||
|
||||
public function excerpt() {
|
||||
$hasImages = count($this->images) > 0;
|
||||
$maxLength = $hasImages ? 200 : 500;
|
||||
|
||||
Reference in New Issue
Block a user