= t("All") ?>
  
  
     foreach ($parents as $dir): ?>
    - 
      
      
        = html::clean(basename($dir)) ?>
      
      
         endforeach ?>
         foreach ($files as $file): ?>
        - 
          ">
          "
                ref="= html::clean_attribute($file) ?>" >
            = html::clean(basename($file)) ?>
          
        
 
         endforeach ?>
         if (!$files): ?>
        -   = t("empty") ?>  
 
         endif ?>
         foreach ($parents as $dir): ?>
      
     
     endforeach ?>