示例#1
0
 function getFolders()
 {
     $tab = JRequest::getVar('tab', 0, '', 'int');
     $refreshUrl = 'index.php?option=com_phocagallery&view=phocagalleryi&tab=' . $tab . '&tmpl=component';
     $list = PhocaGalleryFileFolderList::getList(0, 0, 0, $refreshUrl);
     return $list['folders'];
 }
示例#2
0
 function getFolders()
 {
     $refreshUrl = 'index.php?option=com_phocagallery&view=phocagalleryi&tmpl=component';
     $list = PhocaGalleryFileFolderList::getList(0, 0, 0, $refreshUrl);
     return $list['folders'];
 }