prettyphoto_formatters_flash_markup.tpl.php in prettyPhoto Formatters 7
Template file to customize flash markup in prettyphoto.
1 theme call to prettyphoto_formatters_flash_markup.tpl.php
- _prettyphoto_formatters_get_tpl in ./
prettyphoto_formatters.module - Create HTML output to override default markups.
File
templates/prettyphoto_formatters_flash_markup.tpl.phpView source
<?php
/**
* @file
* Template file to customize flash markup in prettyphoto.
*/
?>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>