1
0

Added new Images for programs/index (+ other things)

This commit is contained in:
2014-06-03 14:24:37 +02:00
parent 1b23097722
commit df2d966eb4
8 changed files with 208 additions and 122 deletions

View File

@@ -11,10 +11,12 @@ class ThumbnailPreview extends CWidget {
public $downloads = 0;
public $date = null;
public $image = '';
public $programminglang = '???';
public function run() {
if ($this->date == null)
$this->date = new DateTime('2000-01-01');
$this->render('thumbnailPreview');
}
}