diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 16:32:16 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 16:32:16 -0500 |
commit | 027b405b1bdeb5bb7f3362ff1d570aa076846bc3 (patch) | |
tree | 9d3e02405eba84f4e3337f64943fe7ca89322dea /admin/news | |
parent | 0713fd6c1cebe1b32f173af0ef447e7853cbaf70 (diff) | |
download | bayonetcms-027b405b1bdeb5bb7f3362ff1d570aa076846bc3.tar.gz |
(OC) added some jQuery stuff. Working dragable ui for newsreel
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@389 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/news')
-rw-r--r-- | admin/news/functions.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/news/functions.php b/admin/news/functions.php index e69de29..0e82bc0 100644 --- a/admin/news/functions.php +++ b/admin/news/functions.php @@ -0,0 +1,20 @@ +<?php
+/**
+ * Bayonet Content Management System
+ * Copyright (C) 2008 Joseph Hunkeler & Evan O'Connell
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+?>
\ No newline at end of file |