{source}<?php
if (file_exists(__DIR__ . '/config-gp.php'))
{
include_once __DIR__ . '/config-gp.php';
};
if (file_exists(__DIR__ . '/config-admin-gp.php'))
{
include_once __DIR__ . '/config-admin-gp.php';
};
$db =JFactory::getDBO();
$query = $db->getQuery(true);
$query->select($db->quoteName(array('id', 'denominazione','indirizzo','cap', 'citta','prov', 'partita_iva','email','telefono','mobile','logo')));
$query->from($db->quoteName('#__cf_anagrafica_azienda'));
$db->setQuery($query);
$result = $db->loadObjectList();
foreach ($result as $row) :
endforeach;
?>
<div>
<h2 class="h2-footer">
<?php
echo '| '.$row->denominazione .' | ';
if ($row->indirizzo <> null) {echo $row->indirizzo .' | ';};
if ($row->citta <> null) {echo $row->cap .' '; echo $row->citta .' '; echo $row->prov .' | ';};
if ($row->email <> null) {echo "<a href='mailto:" . $row->email . "'>" . $row->email . " </a> | ";};
if ($row->mobile <> null) {echo 'mob '.$row->mobile .' | ';};
if ($row->telefono <> null) {echo 'tel '.$row->telefono .' | ';};
if ($row->partita_iva <> null) {echo JText::_("GP_P_IVA").' '. $row->partita_iva .' | ';};
?>
</h2>
<h2 class="h2-footer">|
<?php echo date("Y"); ?> | <a href="https://www.generaphoto.com/">generaphoto partner</a> | all rights reserved |
</h2>
</div>
{/source}
Joomla! Version | 4.2.8 |
PHP Version | 7.4.33 |
Identity | guest |
Response | 200 |
Template | custom |
Database |
|
1 x afterRenderComponent com_chronoforms7 (3.44MB) (31.72%) | 117.97ms |
1 x afterInitialise (5.8MB) (18%) | 66.96ms |
1 x afterRoute (1.27MB) (13.12%) | 48.79ms |
1 x afterRender (1.14MB) (8.47%) | 31.51ms |
1 x afterLoad (4.29MB) (8.11%) | 30.15ms |
1 x beforeRenderComponent com_chronoforms7 (1.02MB) (6.7%) | 24.93ms |
1 x beforeRenderRawModule mod_custom (Info footer azienda) (317.54KB) (2.61%) | 9.70ms |
1 x afterRenderRawModule mod_custom (Info footer azienda) (57.66KB) (1.24%) | 4.60ms |
1 x afterDispatch (166.64KB) (0.81%) | 3.03ms |
1 x afterRenderModule mod_custom (Info footer azienda) (71.51KB) (0.59%) | 2.21ms |
1 x afterRenderRawModule mod_custom (FE_btn_menu) (24.91KB) (0.05%) | 193μs |
1 x beforeRenderRawModule mod_custom (FE_btn_menu) (616B) (0.02%) | 84μs |
1 x afterRenderModule mod_custom (FE_btn_menu) (1.24KB) (0.02%) | 63μs |
1 x beforeRenderModule mod_custom (Info footer azienda) (720B) (0%) | 11μs |
1 x beforeRenderModule mod_custom (FE_btn_menu) (720B) (0%) | 6μs |
SELECT @@SESSION.sql_mode;
355μs1.59KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:293CopySELECT `data`
FROM `xijhd_session`
WHERE `session_id` = ?
424μs41.64KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `session_id`
FROM `xijhd_session`
WHERE `session_id` = :session_id LIMIT 1
235μs1.64KBParams/libraries/src/Session/MetadataManager.php:187CopyUPDATE `xijhd_session`
SET `guest` = :guest
, `time` = :time
, `userid` = :user_id
, `username` = :username
, `client_id` = :client_id
WHERE `session_id` = :session_id
4.37ms992BParams/libraries/src/Session/MetadataManager.php:316CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xijhd_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
669μs4.69KB/libraries/src/Component/ComponentHelper.php:393CopySELECT `id`,`rules`
FROM `xijhd_viewlevels`
216μs1.11KB/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `xijhd_usergroups` AS `a`
LEFT JOIN `xijhd_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
756μs1.67KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `xijhd_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
1.28ms11.8KBParams/libraries/src/Plugin/PluginHelper.php:283CopySELECT *
FROM `xijhd_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
370μs4.25KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `element`,`name`,`client_id`,`extension_id`
FROM `xijhd_extensions`
WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1
250μs1.77KB/libraries/src/Language/LanguageHelper.php:213CopySELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component`
FROM `xijhd_menu` AS `m`
LEFT JOIN `xijhd_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`
WHERE
(
(`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :currentDate1)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :currentDate2)
ORDER BY `m`.`lft`
1.37ms37.3KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `xijhd_template_styles` AS `s`
LEFT JOIN `xijhd_extensions` AS `e` ON `e`.`element` = `s`.`template` AND `e`.`type` = 'template' AND `e`.`client_id` = `s`.`client_id`
WHERE `s`.`client_id` = 0 AND `e`.`enabled` = 1
723μs49.98KB/administrator/components/com_templates/src/Model/StyleModel.php:771CopySELECT `language`,`id`
FROM `xijhd_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
791μs944B/libraries/src/Language/Multilanguage.php:123CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `xijhd_modules` AS `m`
LEFT JOIN `xijhd_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `xijhd_extensions` AS `e` ON `e`.`element` = `m`.`module` AND `e`.`client_id` = `m`.`client_id`
WHERE
(
(
(`m`.`published` = 1 AND `e`.`enabled` = 1 AND `m`.`client_id` = :clientId AND `m`.`access` IN (:preparedArray1,:preparedArray2)) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown)) AND
(`mm`.`menuid` = :itemId OR `mm`.`menuid` <= 0) AND `m`.`language` IN (:preparedArray3,:preparedArray4)
ORDER BY `m`.`position`,`m`.`ordering`
1.32ms50.44KBParams/libraries/src/Cache/Controller/CallbackController.php:52CopySELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`type`,`a`.`execution_rules`,`a`.`state`,`a`.`last_exit_code`,`a`.`locked`,`a`.`last_execution`,`a`.`next_execution`,`a`.`times_executed`,`a`.`times_failed`,`a`.`priority`,`a`.`ordering`,`a`.`note`,`a`.`checked_out`,`a`.`checked_out_time`,`uc`.`name` AS `editor`
FROM `xijhd_scheduler_tasks` AS `a`
LEFT JOIN `xijhd_users` AS `uc` ON `uc`.`id` = `a`.`checked_out`
WHERE `a`.`state` = :state AND `a`.`next_execution` <= :now
ORDER BY `a`.`title` asc
399μs4.45KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:391CopySELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`type`,`a`.`execution_rules`,`a`.`state`,`a`.`last_exit_code`,`a`.`locked`,`a`.`last_execution`,`a`.`next_execution`,`a`.`times_executed`,`a`.`times_failed`,`a`.`priority`,`a`.`ordering`,`a`.`note`,`a`.`checked_out`,`a`.`checked_out_time`,`uc`.`name` AS `editor`
FROM `xijhd_scheduler_tasks` AS `a`
LEFT JOIN `xijhd_users` AS `uc` ON `uc`.`id` = `a`.`checked_out`
WHERE `a`.`state` = :state AND `a`.`locked` IS NOT NULL
ORDER BY `a`.`title` asc
466μs4.43KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:391Copy