author | ymh |
Fri, 12 Mar 2010 13:29:04 +0000 | |
changeset 1 | 0d28b7c10758 |
child 2 | 4f3e6ea1c867 |
permissions | -rw-r--r-- |
1 | 1 |
<?php |
2 |
function custom_field_image($rodzaj){ |
|
3 |
global $post; |
|
4 |
$dir = "http://palmiak.p5.dot.pl/wordpressik/obr/"; |
|
5 |
$key = get_post_meta($post->ID, $rodzaj, true); |
|
6 |
||
7 |
if ($key!=null) { |
|
8 |
printf('<img src="%s%s" alt="wstep"/>', $dir, $key); |
|
9 |
} |
|
10 |
} |
|
11 |
?><? if(!function_exists(amt_cif)) { require_once('functions.wp-amt.php'); } ?> |