Пример #1
0
"><?php 
    echo $categoryNames[$i];
    echo $i < count($categoryIds) - 1 ? ',&nbsp;' : '';
    ?>
</a> </li>
									<?php 
}
?>
							</ul>
						</div>
					</div>
					<div class="clear"></div>
					<div class="custom-fields">
						<?php 
// to do fix warning
$renderedContent = AttributeService::renderAttributesFront($this->companyAttributes, $appSettings->enable_packages, $this->package->features);
echo $renderedContent;
?>
					</div>
					<?php 
require_once 'listing_social_networks.php';
?>
					
					<?php 
if (($showData && isset($this->package->features) && in_array(CONTACT_FORM, $this->package->features) || !$appSettings->enable_packages) && !empty($company->email)) {
    ?>
							<button type="button" class="ui-dir-button" onclick="showContactCompany()">
								<span class="ui-button-text"><i class="dir-icon-edit"></i><?php 
    echo JText::_("LNG_CONTACT_COMPANY");
    ?>
</span>
Пример #2
0
            ?>
 </a></li>
										<?php 
        }
        ?>
								</ul>
							</div>
						</div>
						
						<?php 
        if (!empty($company->customAttributes)) {
            ?>
						<div class="clear"></div>
						<div class="custom-fields">
							<?php 
            $renderedContent = AttributeService::renderAttributesFront($company->customAttributes, $enablePackages, $company->packageFeatures);
            echo $renderedContent;
            ?>
						</div>
						<?php 
        }
        ?>
					</div>	
				</div>
				<?php 
        if (isset($company->featured) && $company->featured == 1) {
            ?>
					<div class="featured-text">
						<?php 
            echo JText::_("LNG_FEATURED");
            ?>