width = '100%'; $gallery->height = '100%'; $swfURL = $gallery->get_swf(); if ( empty($_REQUEST['frontend']) && !preg_match('#/swf-commercial/'.preg_quote($gallery->type).'.swf$#', $swfURL) ) { $trialNotice = sprintf( __('Order the full version of %s to make it possible to display more than %d pictures.', 'flgallery'), ''. $flgalleryPlugin->galleryInfo[$gallery->type]['title']. '', $flgalleryPlugin->limitations[$gallery->type] ); } else $trialNotice = ''; ;echo ' '; echo $gallery->name; ;echo ' '; wp_head(); ;echo ' '; if (!empty($trialNotice)) : ;echo ' '; endif; ;echo '
'; echo $trialNotice; ;echo '
'; echo $gallery->get_html(); ;echo '
'; wp_footer(); ;echo ' '; ?>