]> git.llucax.com Git - software/bife/bife-all.git/blobdiff - src/BIFE/Album.php
- Added HIT to UML diagram.
[software/bife/bife-all.git] / src / BIFE / Album.php
index ff08c401a0ad49a876035f67c0746b8adb767dd5..90333897a6c4143afe5ff38220cb22a092b3a009 100644 (file)
@@ -99,7 +99,6 @@ class BIFE_Album extends BIFE_Widget {
     function render(&$template) // ~X2C
     {
         $template->group = 'album';
-        $root = $this->attrs['DIR'];
         $list = $this->getList();
         $tot  = count($list);
         $rows = ceil($tot / $this->attrs['COLUMNS']);