Usar jRoute en admin de joomla
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$newUrl = ContentHelperRoute::getArticleRoute($import->article_id.':'.$import->alias, $import->catid); $router = new JRouterSite(array('mode'=>JROUTER_MODE_SEF)); $newUrl = $router->build($newUrl)->toString(array('path', 'query', 'fragment')); $newUrl = str_replace('/administrator/', '', $newUrl); $newUrl = str_replace('component/content/article/', '', $newUrl);