We are pleased to announce you that the second call for proposals for the support of PAC activities was officially launched.
The call will be closed on the 8th October 2019 at 14:00 CET.
Source: www.danube-region.eu
// defined('_JEXEC') or die; //class plgSystemCustomredirect extends JPlugin //{ // public function onAfterInitialise() // { // $app = JFactory::getApplication(); // // // Only redirect on the frontend // if ($app->isClient('site')) //{ // $user = JFactory::getUser(); // // Only redirect logged-in users // if ($user->id > 0) { // Target URL (change to what you need) // $redirectUrl = 'index.php?option=com_content&view=article&id=1'; // Prevent infinite loop // $currentUrl = JUri::getInstance()->toString(); // Only redirect if not already on that page // if (strpos($currentUrl, $redirectUrl) === false) // { // $app->redirect(JRoute::_($redirectUrl, false)); // $app->close(); // Or use exit; // } // } // } // } // }
We are pleased to announce you that the second call for proposals for the support of PAC activities was officially launched.
The call will be closed on the 8th October 2019 at 14:00 CET.
Source: www.danube-region.eu