Changeset 12865 for trunk/admin
- Timestamp:
- Jan 8, 2012, 8:25:52 PM (13 years ago)
- Location:
- trunk/admin
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r12855 r12865 201 201 $files[] = get_element_path($row); 202 202 203 204 203 if (!empty($row['representative_ext'])) 205 204 { 206 $pi = pathinfo($row['path']);207 $file_wo_ext = get_filename_wo_extension($pi['basename']);208 205 $files[] = original_to_representative( $files[0], $row['representative_ext']); 209 206 } -
trunk/admin/include/image.class.php
r12851 r12865 705 705 imagecopy($cut, $ioverlay, 0, 0, 0, 0, $ow, $oh); 706 706 imagecopymerge($this->image, $cut, $x, $y, 0, 0, $ow, $oh, $opacity); 707 imagedestroy($cut); 707 708 return true; 708 709 } -
trunk/admin/themes/default/template/derivatives.tpl
r12851 r12865 23 23 {/literal}{/html_head} 24 24 25 <p><a href="admin.php?page=derivatives_build">Build missing derivatives</a></p> 25 26 <form method="post" id="derviativesForm"> 26 27 <fieldset>
Note: See TracChangeset
for help on using the changeset viewer.