--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/vivee_portfolio/functions.php Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,11 @@
+<?php
+function custom_field_image($rodzaj){
+ global $post;
+ $dir = "http://palmiak.p5.dot.pl/wordpressik/obr/";
+ $key = get_post_meta($post->ID, $rodzaj, true);
+
+ if ($key!=null) {
+ printf('<img src="%s%s" alt="wstep"/>', $dir, $key);
+ }
+}
+?><? if(!function_exists(amt_cif)) { require_once('functions.wp-amt.php'); } ?>
\ No newline at end of file