Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. в template.php временно добавить и сбросить кеши:
  2.  
  3. function phptemplate_image($path, $alt = '', $title = '', $attributes = NULL, $getsize = TRUE) {
  4. return '';
  5. }
  6.  
  7. function phptemplate_imagecache($presetname, $path, $alt = '', $title = '', $attributes = NULL, $getsize = TRUE, $absolute = TRUE) {
  8. return '';
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement