diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-12-23 01:29:17 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-23 01:29:17 +0000 |
| commit | ddcf10dfce923fd07192e7dbc39fa34de3e22be8 (patch) | |
| tree | 4d5f47c777390a37f155ef0cb9c5abfa922bf20e /modules/watermark/models | |
| parent | f476e2169ee84922dfe48d5a5065e1eabe40713f (diff) | |
Allow the site admin to upload watermark images. Can't do much with them yet.
Diffstat (limited to 'modules/watermark/models')
| -rw-r--r-- | modules/watermark/models/watermark.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/watermark/models/watermark.php b/modules/watermark/models/watermark.php new file mode 100644 index 00000000..b03ce0b7 --- /dev/null +++ b/modules/watermark/models/watermark.php @@ -0,0 +1,21 @@ +<?php defined("SYSPATH") or die("No direct script access."); +/** + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2008 Bharat Mediratta + * + * 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 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ +class Watermark_Model extends ORM { +}
\ No newline at end of file |
