/ Published in: PHP
Expand |
Embed | Plain Text
<pre> <?php if ($account->picture) { } else { } ?> </pre> //or this function theme_profile($image_path) { if (!$image_path) { $image_path = [path_to_default_image] } return theme('imagecache', $preset_name, $image_path); }
You need to login to post a comment.
