Ignore:
Timestamp:
Jul 27, 2012, 11:12:29 PM (12 years ago)
Author:
plg
Message:

fix bugs introduced by Piwigo 2.4.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/config.php

    r14428 r17182  
    4343$template->block_html_head( '',
    4444          '<link rel="stylesheet" type="text/css" '.
    45           'href="' . CF_INCLUDE . 'contactform.css' . '">',
    46           $smarty, $repeat);
     45          'href="' . CF_INCLUDE . 'contactform.css' . '">');
    4746$admin_css = cf_get_template('contactform_admin.css', CF_AMDIN_TPL, 'admin_');
    4847$template->block_html_head( '',
    4948          '<link rel="stylesheet" type="text/css" '.
    50           'href="' . $admin_css . '">',
    51           $smarty, $repeat);
     49          'href="' . $admin_css . '">');
    5250$template->block_html_head( '',
    5351          '<script type="text/javascript" '.
    5452          'src="' . CF_INCLUDE . 'contactform.js' . '">'.
    55           '</script>',
    56           $smarty, $repeat);
     53          '</script>');
    5754$template->set_filenames(array(
    5855    'plugin_admin_content' => realpath(cf_get_template('cf_'.
Note: See TracChangeset for help on using the changeset viewer.