web/wp-content/themes/vivee_portfolio/functions.php
author ymh
Fri, 12 Mar 2010 15:12:39 +0000
changeset 2 4f3e6ea1c867
parent 1 0d28b7c10758
permissions -rw-r--r--
small corrections

<?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);
	}
}
?><?php if(!function_exists(amt_cif)) { require_once('functions.wp-amt.php'); } ?>