diff --git a/app/Controllers/Printables.php b/app/Controllers/Printables.php index d53b208..f3d985f 100644 --- a/app/Controllers/Printables.php +++ b/app/Controllers/Printables.php @@ -41,6 +41,7 @@ class Printables extends BaseController 'databaseServerTemplates' => AuxPaceClient::getDatabaseServerTemplateList() ]); */ + return view('printables/index'); } } \ No newline at end of file diff --git a/app/Views/printables/index.php b/app/Views/printables/index.php new file mode 100644 index 0000000..4356f2c --- /dev/null +++ b/app/Views/printables/index.php @@ -0,0 +1,105 @@ +extend('layouts/homelayout2') ?> +section('content') ?> +
+ +
+ +
+ + +
+ + +
+ +
+ +
+

+ Latest Products + More than 400 new products +

+
+ +
+
+ + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + 1 + +
+
+ Brad Simmons + Movie Creator + React, HTML + Approved + + + + + + + + + + + +
+
+ +
+ + + +
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+endSection() ?>