%LINK_OPEN%%LINK_CLOSE%

%LINK_OPEN%%TITLE%%LINK_CLOSE%

by %ARTIST% [%MANUFACTURER%]
Rank/Rating: %RANK%/%RATING%
Price: %PRICE%

'); $carousel_template = htmlspecialchars (' '); $iframe_template = htmlspecialchars (' '); $image_template = htmlspecialchars (' %LINK_OPEN%%TITLE%%LINK_CLOSE% '); $mp3_clips_template = htmlspecialchars (' '); $my_favourites_template = htmlspecialchars (' '); $thumbnail_template = htmlspecialchars (' %LINK_OPEN%%TITLE%%LINK_CLOSE%'); $this->default_templates = array ( 'carousel' => array ( 'Name' => 'Carousel', 'Description' => __('Amazon Carousel Widget', 'amazon-link'), 'Content' => $carousel_template ), 'iframe image' => array ( 'Name' => 'Iframe Image', 'Description' => __('Standard Amazon Image Link', 'amazon-link'), 'Content' => $iframe_template ), 'image' => array ( 'Name' => 'Image', 'Description' => __('Localised Image Link', 'amazon-link'), 'Content' => $image_template ), 'mp3 clips' => array ( 'Name' => 'MP3 Clips', 'Description' => __('Amazon MP3 Clips Widget', 'amazon-link'), 'Content' => $mp3_clips_template ), 'my favourites' => array ( 'Name' => 'My Favourites', 'Description' => __('Amazon My Favourites Widget', 'amazon-link'), 'Content' => $my_favourites_template), 'thumbnail' => array ( 'Name' => 'Thumbnail', 'Description' => __('Localised Thumb Link', 'amazon-link'), 'Content' => $thumbnail_template), 'wishlist' => array ( 'Name' => 'Wishlist', 'Description' => __('Used to generate the wishlist', 'amazon-link'), 'Content' => $wishlist_template) ); ?>