From: Steve Sutton Date: Thu, 20 Aug 2015 13:33:42 +0000 (-0400) Subject: Initial Commit X-Git-Tag: v0.0.1~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ffd1a3ed73970e76cbf8a52f9faad7a244c4be3e;p=WP-Plugins%2Fglm-coupons.git Initial Commit --- ffd1a3ed73970e76cbf8a52f9faad7a244c4be3e diff --git a/README.md b/README.md new file mode 100644 index 0000000..bfe6875 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Gaslight Media Coupons # +. +### Files ### +├── controllers +│   ├── admin.php +│   └── front.php +├── css +│   ├── admin +│   └── front +│   └── coupons.css +├── index.php +├── js +│   ├── admin +│   └── front +│   └── coupons.js +├── models +│   ├── coupon.php +│   └── database.php +├── README.md +└── views + ├── admin + └── front diff --git a/controllers/admin.php b/controllers/admin.php new file mode 100644 index 0000000..e69de29 diff --git a/controllers/front.php b/controllers/front.php new file mode 100644 index 0000000..e69de29 diff --git a/css/front/coupons.css b/css/front/coupons.css new file mode 100644 index 0000000..e69de29 diff --git a/index.php b/index.php new file mode 100644 index 0000000..e69de29 diff --git a/js/front/coupons.js b/js/front/coupons.js new file mode 100644 index 0000000..e69de29 diff --git a/models/coupon.php b/models/coupon.php new file mode 100644 index 0000000..e69de29 diff --git a/models/database.php b/models/database.php new file mode 100644 index 0000000..e69de29