Changeset 4491 for extensions/ContactForm
- Timestamp:
- Dec 14, 2009, 8:12:07 PM (15 years ago)
- Location:
- extensions/ContactForm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/CHANGELOG
r3810 r4491 1 2009-12-14 1.0.7 2 Fix bug: Form not displayed if template-extension is used on index 3 1 4 2009-08-21 1.0.6 2 5 Replace redirect page by a message on the index one -
extensions/ContactForm/classes/cf_plugin.class.php
r3810 r4491 179 179 protected function display_form($infos) { 180 180 global $template,$user; 181 181 $template->set_extent(realpath(cf_get_template('cf_index.tpl')), 'index'); 182 182 $template->set_filenames(array( 183 183 'index' => realpath(cf_get_template('cf_index.tpl')), -
extensions/ContactForm/include/cf_common.inc.php
r3810 r4491 7 7 8 8 // Version 9 define('CF_VERSION', '1.0. 6');9 define('CF_VERSION', '1.0.7'); 10 10 define('CF_TITLE', 'cf_plugin_name'); 11 11 -
extensions/ContactForm/main.inc.php
r3809 r4491 2 2 /* 3 3 Plugin Name: Contact Form 4 Version: 1.0. 64 Version: 1.0.7 5 5 Description: Add a "Contact" item in the Menu block to offer a contact form to users 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=304
Note: See TracChangeset
for help on using the changeset viewer.