Hello guys,
How can I override easysocial default profile cover image without losing it on next update ?
Rgds
How can I override easysocial default profile cover image without losing it on next update ?
Rgds
$app = JFactory::getApplication();
$config = FD::config();
$overriden = JPATH_ROOT . '/templates/' . $app->getTemplate() . '/html/com_easysocial/covers/users/default.png';
$uri = rtrim( JURI::root() , '/' ) . '/templates/' . $app->getTemplate() . '/html/com_easysocial/covers/users/default.png';