Changeset 445 in subversion
- Timestamp:
- Jan 3, 2007 4:39:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_shared.inc
r440 r445 218 218 if(($fpos = strrstr($output_lc, '</body>')) || 219 219 ($fpos = strrstr($output_lc, '</html>'))) 220 $output = rc_substr($output,0,$fpos) . "$__page_footer\n" . rc_substr($output,$fpos);220 $output = substr($output, 0, $fpos) . "$__page_footer\n" . substr($output, $fpos); 221 221 else 222 222 $output .= "\n$__page_footer";
Note: See TracChangeset
for help on using the changeset viewer.
