0byt3m1n1
Path:
/
home
/
kassiope
/
OLD
/
00-OLD
/
components
/
com_morfeoshow
/
tpl
/
postcard
/
[
Home
]
File: postcard.php
<?php /** * @package Joomla * @subpackage com_morfeoshow * @copyright Copyright (C) Vamba & Matthew Thomson. All rights reserved. * @license GNU/GPL. * @author Vamba (.joomlaitalia.com) & Matthew Thomson (ignitejoomlaextensions.com) * @based on com_ignitiongallery * @author Matthew Thomson (ignitejoomlaextensions.com) * Joomla! and com_morfeoshow are free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed they include or * are derivative of works licensed under the GNU General Public License or * other free or open source software licenses. */ defined( '_JEXEC' ) or die( 'Restricted access' ); echo ' <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign=top" style="float:middle;"> <div id="flashcontent" align="middle;"> <a href="http://www.macromedia.com/go/getflashplayer"> "'.JText::_( 'Get the Flash Player' ).'"</a> "'. JText::_( 'to see this gallery.' ).'" </div> <script type="text/javascript"> //<![CDATA[ var fo = new SWFObject("'. JURI::root() .'components/com_morfeoshow/src/postcard.swf", "postcard", "'. $params["widthpc"] .'", "'. $params["heightpc"] .'", "8", "' . $params["bkgnd2"] .'"); fo.addParam("wmode", "transparent"); fo.addVariable("langOpenImage", "Open Image in New Window"); fo.addVariable("langAbout", "About"); fo.addVariable("xmlURL", "' .JURI::root() .'images/morfeoshow/' . $row->folder .'/xml/postcard.xml"); fo.write("flashcontent"); //]]> </script> </td> </tr> </table> ';