Search "phocagallery" (23 hits in 9 files)
{root}\install\sql\mysql\uninstall.utf8.sql (1 hit)
Line 10: DROP TABLE IF EXISTS `#__phocagallery_styles`;
{root}\libraries\phocadownload\category\category.php (2 hits)
Line 123: $phocagallerys = $db->loadObjectList();
Line 131: $tree = PhocaDownloadCategory::CategoryTreeOption($phocagallerys, $tree, 0, $text, $catId);
{root}\libraries\phocadownload\file\fileuploadmultiple.php (1 hit)
Line 38: //$document->addScript(JURI::root(true).'/components/com_phocagallery/assets/jquery/jquery-1.6.4.min.js');//USE SYSTEM
{root}\libraries\phocadownload\render\renderadmin.php (3 hits)
Line 28: case 'com_phocagallery':
Line 29: $links[] = array('Phoca Gallery site', '
https://www.phoca.cz/phocagallery');
Line 52: $components[] = array('Phoca Gallery','phocagallery', 'pg');
{root}\libraries\phocadownload\render\renderadminviews.php (11 hits)
Line 245: * SET NEW PARAM IN PG: '/media/com_phocagallery/images/administrator/'
Line 249: $o .= '<div class="phocagallery-box-file">'. "\n"
Line 251: .' <div class="phocagallery-box-file-first">'. "\n"
Line 252: .' <div class="phocagallery-box-file-second">'. "\n"
Line 253: .' <div class="phocagallery-box-file-third">'. "\n"
Line 266: $o .= JHTML::_( 'image', '/media/com_phocagallery/images/administrator/phoca_thumb_s_no_image.gif', '');
Line 274: $correctImageRes = PhocaGalleryImage::correctSizeWithRate($resW[2], $resH[2], 50, 50);
Line 282: $imageRes = PhocaGalleryImage::getRealImageSize($item->filename, 'small');
Line 283: $correctImageRes = PhocaGalleryImage::correctSizeWithRate($imageRes['w'], $imageRes['h'], 50, 50);
Line 284: $imgLink = PhocaGalleryFileThumbnail::getThumbnailName($item->filename, 'large');
Line 290: $o .= JHTML::_( 'image', 'media/com_phocagallery/images/administrator/phoca_thumb_s_no_image.gif', '');
{root}\models\fields\phocadownloadeditor.php (1 hit)
Line 114: $component = 'com_phocagallery';
{root}\models\fields\phocatext.php (1 hit)
Line 61: $component = 'com_phocagallery';
{root}\models\fields\phocatextarea.php (1 hit)
Line 66: $component = 'com_phocagallery';
{root}\models\forms\phocadownloadfile.xml (2 hits)
Line 55: <field name="userid" type="user" section="com_phocagallery" default="" label="COM_PHOCADOWNLOAD_UPLOADED_BY_LABEL" description="COM_PHOCADOWNLOAD_UPLOADED_BY_DESC"/>
Line 56: <field name="owner_id" type="user" section="com_phocagallery" default="" label="COM_PHOCADOWNLOAD_OWNER_LABEL" description="COM_PHOCADOWNLOAD_OWNER_DESC"/>