Changeset 17303


Ignore:
Timestamp:
Aug 1, 2012, 10:39:11 PM (12 years ago)
Author:
plg
Message:

fix bug introduced by Piwigo 2.4.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/classes/cf_plugin.class.php

    r14428 r17303  
    254254    $template->block_html_head( '',
    255255              '<link rel="stylesheet" type="text/css" '.
    256               'href="' . CF_INCLUDE . 'contactform.css' . '">',
    257               $smarty, $repeat);
     256              'href="' . CF_INCLUDE . 'contactform.css' . '">');
    258257    $cf = array(
    259258        'TITLE'     => 'contact_redirect_title',
     
    293292    $template->block_html_head( '',
    294293              '<link rel="stylesheet" type="text/css" '.
    295               'href="' . CF_INCLUDE . 'contactform.css' . '">',
    296               $smarty, $repeat);
     294              'href="' . CF_INCLUDE . 'contactform.css' . '">');
    297295    $cf = array(
    298296        'TITLE'     => 'contact_form_title',
Note: See TracChangeset for help on using the changeset viewer.