fix a few more templates for correction conversion to Smarty3 templates

This commit is contained in:
Zach Prezkuta 2012-12-24 08:44:26 -07:00
commit ce445a385f
4 changed files with 6 additions and 4 deletions

View file

@ -78,6 +78,7 @@ function fbrowser_content($a){
'$path' => $path,
'$folders' => $albums,
'$files' =>$files,
'$cancel' => t('Cancel'),
));
@ -112,6 +113,7 @@ function fbrowser_content($a){
'$path' => array( array($a->get_baseurl()."/fbrowser/image/", t("Files")) ),
'$folders' => false,
'$files' =>$files,
'$cancel' => t('Cancel'),
));
}