Ignore:
Timestamp:
Dec 14, 2009, 8:12:07 PM (14 years ago)
Author:
Criss
Message:

bug 0001327

Force a template-extension to bypass user one

Location:
extensions/ContactForm
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/CHANGELOG

    r3810 r4491  
     12009-12-14 1.0.7
     2                  Fix bug: Form not displayed if template-extension is used on index
     3
    142009-08-21 1.0.6
    25                  Replace redirect page by a message on the index one
  • extensions/ContactForm/classes/cf_plugin.class.php

    r3810 r4491  
    179179  protected function display_form($infos) {
    180180    global $template,$user;
    181 
     181    $template->set_extent(realpath(cf_get_template('cf_index.tpl')), 'index');
    182182    $template->set_filenames(array(
    183183        'index'       => realpath(cf_get_template('cf_index.tpl')),
  • extensions/ContactForm/include/cf_common.inc.php

    r3810 r4491  
    77
    88// Version
    9 define('CF_VERSION',            '1.0.6');
     9define('CF_VERSION',            '1.0.7');
    1010define('CF_TITLE',              'cf_plugin_name');
    1111
  • extensions/ContactForm/main.inc.php

    r3809 r4491  
    22/*
    33 Plugin Name: Contact Form
    4  Version: 1.0.6
     4 Version: 1.0.7
    55 Description: Add a "Contact" item in the Menu block to offer a contact form to users
    66 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=304
Note: See TracChangeset for help on using the changeset viewer.