07
Oct
Program Magang Kemnaker 2025 Resmi Dibuka!
? Peluang Karier Nasional untuk Alumni STIE Balikpapan Halo, Rekan Alumni STIE Balikpapan! ? Ada kabar baik buat kamu para…

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/templates/itl_stuart/html/mod_k2_content/project/default.php on line 156
Read 889 times
30
Sep
PELUANG BERKARIR DI INDUSTRI KECANTIKAN GLOBAL HADIR DI BALIKPAPAN!
PELUANG BERKARIR DI INDUSTRI KECANTIKAN GLOBAL HADIR DI BALIKPAPAN! ? Halo, alumni maupun mahasiswa tingkat akhir STIE Balikpapan! PT. Panen…

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/templates/itl_stuart/html/mod_k2_content/project/default.php on line 156
Read 801 times
17
Sep
BCA Management Trainee (MT) Program Batch November 2025 Dibuka! [PELUANG KARIR PRESTISIUS
Halo Mahasiswa Tingkat Akhir dan Alumni STIE Balikpapan, Peluang karir emas dari salah satu bank terbesar di Indonesia, Bank Central…

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/templates/itl_stuart/html/mod_k2_content/project/default.php on line 156
Read 935 times
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die; //check if t3 plugin is existed if (!defined('T3')) { if (JError::$legacy) { JError::setErrorHandling(E_ERROR, 'die'); JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN')); exit; } else { throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500); } } $t3app = T3::getApp($this); // addition for demostrtion $input = JFactory::getApplication()->input; $theme = $input->get('theme', ''); $params = $t3app->_tpl->params; if(!empty($theme)){ $params->set('theme', $theme); } // get configured layout $layout = $t3app->getLayout(); $t3app->loadLayout($layout);