Changeset 12364
- Timestamp:
- Oct 6, 2011, 6:39:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Back2Front/Back2Front.php
r12361 r12364 312 312 function Back2front_picture_modify_prefilter($content, &$smarty) 313 313 { 314 $search = '<form id="associations" method="post" action="{$F_ACTION}#associations">';314 $search = '<form id="associations"'; 315 315 $replacement = file_get_contents(B2F_PATH.'template/picture_modify.tpl')."\n".$search; 316 316 return str_replace($search, $replacement, $content);
Note: See TracChangeset
for help on using the changeset viewer.