X-Git-Url: https://git.llucax.com/software/bife/bife-all.git/blobdiff_plain/afeefb526fa1db0797362edb2227739883a0b617..884d958d4c76bed1625460b591c599094f7690c8:/src/Album.php diff --git a/src/Album.php b/src/Album.php index 24c0826..7ec9ca0 100644 --- a/src/Album.php +++ b/src/Album.php @@ -28,8 +28,6 @@ // $Id$ // -require_once 'PEAR.php'; -require_once 'Util.php'; require_once 'Image/Transform.php'; require_once 'HTML/Template/Sigma.php'; @@ -40,9 +38,9 @@ require_once 'HTML/Template/Sigma.php'; * * @package Hooks * @subpackage Album + * @author Leandro Lucarella * @author Harpo Maxx * @author Groucho Marx - * @author Leandro Lucarella * @version $Rev$ * @since rev 130 * @access public @@ -145,7 +143,7 @@ class Hook_Album { function photo($photo) { list($path, $name, $ext) = File_Util::splitFilename($photo); $tpl =& new HTML_Template_Sigma('.'); - $tpl->loadTemplateFile('photo.html'); + $tpl->loadTemplateFile('bife_album_photo.html'); $tpl->setVariable( array( 'DESC' => $name,