'; return $result; } public function get_footer() { $result = ''; return $result; } public function get_detail() { $result = '
'; $result .= '
'; if(get_option(ATKP_PLUGIN_PREFIX.'_linkimage',0)) $result .= ' %title%'; else $result .= ' %title%'; $result .= '
%star_rating%
'; if(get_option(ATKP_PLUGIN_PREFIX.'_linkrating',0)) $result .= ' '; else $result .= '
%reviewcount%
'; $result .= '
'; $result .= '
'; $result .= ' %short_title%%titlelinkmark%'; $result .= '
%by_text%
'; $result .= ' '; $result .= '
'; $result .= '
'; $result .= ' %price_text%'; $result .= ' %linktext%%linkmark% '; $result .= '
%moreoffers%
'; $result .= ' %priceinfo_text%'; //Preis inkl. MwSt., zzgl. Versandkosten $result .= '
'; $result .= '
'; return $result; } } ?>