Chris M
07-05-2002, 07:59 PM
I am trying to get a custom image in the postbit template, but only for Admins...
I tried adding this to functions.php, but it didnt work...
if ($post[field13]) {
$adminimage="<img src="$post[field13]"><br>";
} else {
$adminimage="";
}
What is the correct code?
Satan
I tried adding this to functions.php, but it didnt work...
if ($post[field13]) {
$adminimage="<img src="$post[field13]"><br>";
} else {
$adminimage="";
}
What is the correct code?
Satan