Server IP : 1.179.227.78 / Your IP : 10.104.4.41 Web Server : Apache System : Linux afdc-mdu34 5.4.0-153-generic #170-Ubuntu SMP Fri Jun 16 13:43:31 UTC 2023 x86_64 User : www ( 1001) PHP Version : 7.4.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/afdc-mdu34.rtarf.mi.th/joomla/templates/medicalcare/ |
Upload File : |
<?php defined('_JEXEC') or die('Restricted access'); $app = JFactory::getApplication(); $doc = JFactory::getDocument(); $logo = $this->params->get('logo'); $sitetitle = $app->getCfg('sitename'); $user_count = ($this->countModules('user1')>0) + ($this->countModules('user2')>0) + ($this->countModules('user3')>0); $user_width = $user_count > 0 ? 'user' . floor(99 / $user_count) : ''; $user2_count = ($this->countModules('user4')>0) + ($this->countModules('user5')>0) + ($this->countModules('user6')>0); $user2_width = $user2_count > 0 ? 'user' . floor(99 / $user2_count) : ''; $user3_count = ($this->countModules('user7')>0) + ($this->countModules('user8')>0) + ($this->countModules('user9')>0); $user3_width = $user3_count > 0 ? 'user' . floor(99 / $user3_count) : ''; $bottom_count = ($this->countModules('bottom1')>0) + ($this->countModules('bottom2')>0) + ($this->countModules('bottom3')>0) + ($this->countModules('bottom4')>0) + ($this->countModules('bottom5')>0); $bottom_width = $bottom_count > 0 ? 'bottom' . floor(99 / $bottom_count) : ''; $footer_count = ($this->countModules('footer1')>0) + ($this->countModules('footer2')>0) + ($this->countModules('footer3')>0) + ($this->countModules('footer4')>0) + ($this->countModules('footer5')>0); $footer_width = $footer_count > 0 ? 'footer' . floor(99 / $footer_count) : ''; function getColumns ($left, $right){ if($left && !$right) { $columns = "-left-only"; } if(!$left && $right) { $columns = "-right-only"; } if($left && $right) { $columns = "-left-right"; } if(!$left && !$right) { $columns = "-wide"; } return $columns; } $columns = getColumns($this->countModules( 'left' ),$this->countModules( 'right' )); unset($doc->_scripts[JURI::root(true) . '/media/jui/js/bootstrap.min.js']); $doc->setMetaData( 'viewport', 'width=device-width, initial-scale=1.0' ); $doc->addStyleSheet(JUri::base() . 'templates/' . $this->template . '/css/template.css', $type = 'text/css'); $doc->addScript($this->baseurl . '/templates/' . $this->template . '/js/bootstrap.js', 'text/javascript'); $doc->addScript($this->baseurl . '/templates/' . $this->template . '/js/respond.min.js', 'text/javascript'); ?>