%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 14.207.165.8 / Your IP : 216.73.216.26 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/var/www/html/old/templates/sj_icenter/includes/lib/ |
Upload File : |
<?php
/*
* ------------------------------------------------------------------------
* Copyright (C) 2009 - 2012 The YouTech JSC. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: The YouTech JSC
* Websites: http://www.smartaddons.com - http://www.cmsportal.net
* ------------------------------------------------------------------------
*/
/**** For each template, if there are special cases you can override the function here ***/
class YtTemplate extends YtFrameworkTemplate {
// Get Copyright Template
/* Render as mod_footer */
function getCopyright(){
$app = JFactory::getApplication();
$date = JFactory::getDate();
$cur_year = $date->format('Y');
$csite_name = $app->getCfg('sitename');
if (JString::strpos(JText :: _('MOD_FOOTER_LINE1'), '%date%')) {
$line1 = str_replace('%date%', $cur_year, JText :: _('MOD_FOOTER_LINE1'));
}
else {
$line1 = JText :: _('MOD_FOOTER_LINE1');
}
if (JString::strpos($line1, '%sitename%')) {
$lineone = str_replace('%sitename%', $csite_name, $line1);
}
else {
$lineone = $line1;
}
?><div class="ppaofooter"><a href="http://www.ppao.go.th"><img src="images/logo50.png" border="0" width="50" height="50" style="border: 0; margin: 10px;" /></a></div>
<div class="ppaofooter"><a href="http://www.ppao.go.th">องค์การบริหารส่วนจังหวัดพิษณุโลก</a>เลขที่ 206 หมู่ 4 ถนน พิษณุโลก - วังทอง ตำบลสมอแข อำเภอเมืองพิษณุโลก จังหวัดพิษณุโลก 65000 โทรศัพท์. 0 5598 7718 - 20 โทรสาร. 0 5598 7718 - 20 ต่อ 400</div>
<div class="ppaofooter"><a href="http://www.ppao.go.th">Phitsanulok Provincial Administrative Organization</a>, 206 Moo 4 Phitsanulok - Wangthong Road, Samokhae sub-district, Mueang Phitsanulok district, Phitsanulok province, 65000</div>
<div>Tel. +66 5598 7718 / 19 / 20 Fax. +66 5598 7718 / 19 / 20 Ext. 400 E-Mail : <a href="mailto:ppao@ppao.go.th">ppao@ppao.go.th</a></div>
<?php
}
}
?>