diff --git a/apps/qubit/modules/default/templates/_newest.php b/apps/qubit/modules/default/templates/_newest.php new file mode 100644 index 0000000000..6c355e44ab --- /dev/null +++ b/apps/qubit/modules/default/templates/_newest.php @@ -0,0 +1,24 @@ +
+

+
+ addDescendingOrderByColumn(QubitInformationObject::CREATED_AT); + $criteria->setLimit(5); + $recent = QubitInformationObject::get($criteria); + + if (count($recent)) { + foreach ($recent as $object) { ?> + + + + +
+ +
+ +
+