| Server IP : 46.105.57.169 / Your IP : 216.73.216.144 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/saint-martin-lg/administrator/components/com_templateck/helpers/ |
Upload File : |
<?php
// No direct access
defined('TCK_LOADED') or die;
// set variables
define('TEMPLATECREATORCK_PLATFORM', 'joomla');
define('TEMPLATECREATORCK_PATH', JPATH_SITE . '/administrator/components/com_templateck');
define('TEMPLATECREATORCK_PROJECTS_PATH', JPATH_SITE . '/administrator/components/com_templateck/projects');
define('TEMPLATECREATORCK_ADMIN_URL', \Templatecreatorck\CKUri::root(true) . '/administrator/index.php?option=com_templateck');
define('TEMPLATECREATORCK_ADMIN_GENERAL_URL', \Templatecreatorck\CKUri::root(true) . '/administrator/index.php?option=com_templateck&view=templates');
define('TEMPLATECREATORCK_MEDIA_URI', \Templatecreatorck\CKUri::root(true) . '/administrator/components/com_templateck');
define('TEMPLATECREATORCK_MEDIA_URL', TEMPLATECREATORCK_MEDIA_URI);
define('TEMPLATECREATORCK_PLUGIN_URL', TEMPLATECREATORCK_MEDIA_URI);
define('TEMPLATECREATORCK_TEMPLATES_PATH', JPATH_SITE . '/templates');
define('TEMPLATECREATORCK_SITE_ROOT', JPATH_ROOT);
define('TEMPLATECREATORCK_URI', \Templatecreatorck\CKUri::root(true) . '/administrator/components/com_templateck');
define('TEMPLATECREATORCK_URI_ROOT', \Templatecreatorck\CKUri::root(true));
define('TEMPLATECREATORCK_URI_BASE', \Templatecreatorck\CKUri::base(true));
define('TEMPLATECREATORCK_VERSION', simplexml_load_file(TEMPLATECREATORCK_PATH . '/templateck.xml')->version);
define('TEMPLATECREATORCK_ISJ6', version_compare(JVERSION, "6") >= 0);
define('TEMPLATECREATORCK_ISJ5', version_compare(JVERSION, "5") >= 0);
define('TEMPLATECREATORCK_ISJ4', version_compare(JVERSION, "4") >= 0 && version_compare(JVERSION, "5") < 0);
define('TEMPLATECREATORCK_ISJ3', version_compare(JVERSION, "3") >= 0 && version_compare(JVERSION, "4") < 0);