/**
 * Shorthand to JoomlapackAbstraction::import
 *
 * @param string $file Dotted notation
 * @param bool $isBackend True to use backend (administrator) folder
 */
function jpimport($file, $isBackend = true)
{
    JoomlapackAbstraction::import($file, $isBackend);
}