diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-20 21:10:56 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-20 21:10:56 -0800 |
| commit | 23a60fb1f217475419c55adc7ce7427fcdadb2c3 (patch) | |
| tree | 28b15d661787b9d3d17dddbc7442a5f6282c49c7 /modules/gallery/libraries/Form_Uploadify_buttons.php | |
| parent | 1fec5e22b4e45c3c892b992e4fb2f2983ca3f206 (diff) | |
| parent | 005cf8e8286b4dbc99bc47fae2662acfca855fd7 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/libraries/Form_Uploadify_buttons.php')
| -rw-r--r-- | modules/gallery/libraries/Form_Uploadify_buttons.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Form_Uploadify_buttons.php b/modules/gallery/libraries/Form_Uploadify_buttons.php new file mode 100644 index 00000000..549010b8 --- /dev/null +++ b/modules/gallery/libraries/Form_Uploadify_buttons.php @@ -0,0 +1,25 @@ +<?php defined("SYSPATH") or die("No direct script access."); +/** + * Gallery - a web based photo album viewer and editor + * Copyright (C) 2000-2009 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 Form_Uploadify_buttons_Core extends Form_Input { + public function render() { + $v = new View("form_uploadify_buttons.html"); + return $v; + } +}
\ No newline at end of file |
