Changeset 12364 for extensions


Ignore:
Timestamp:
Oct 6, 2011, 6:39:59 PM (13 years ago)
Author:
mistic100
Message:

solve a prefilter issue on picture_modify.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Back2Front/Back2Front.php

    r12361 r12364  
    312312function Back2front_picture_modify_prefilter($content, &$smarty)
    313313{
    314   $search = '<form id="associations" method="post" action="{$F_ACTION}#associations">';
     314  $search = '<form id="associations"';
    315315  $replacement = file_get_contents(B2F_PATH.'template/picture_modify.tpl')."\n".$search;
    316316  return str_replace($search, $replacement, $content);
Note: See TracChangeset for help on using the changeset viewer.