]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/Album.php
- Added package.xml to make a PEAR package.
[software/bife/bife-all.git] / src / Album.php
index 24c0826b890cee5b0e16d81c0f1c58af5f651733..7ec9ca0ee7cc492f0b06673c6e1e4cdf4720533a 100644 (file)
@@ -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 <luca@lugmen.org.ar>
  * @author      Harpo Maxx <harpo@lugmen.org.ar>
  * @author      Groucho Marx <groucho@lugmen.org.ar>
- * @author      Leandro Lucarella <luca@lugmen.org.ar>
  * @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,