Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created September 6, 2018 12:40
Show Gist options
  • Save CB9TOIIIA/4e4bace1919beccd58164709e849a77b to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/4e4bace1919beccd58164709e849a77b to your computer and use it in GitHub Desktop.
front url joomla 3 from backend
// $app = JFactory::getApplication();
$app = JApplicationCms::getInstance('site');
$router = $app->getRouter();
$route = $router->build((ContentHelperRoute::getArticleRoute($article->id, $article->catid)));
$fronturl = rtrim(JUri::root(), '/') . preg_replace('/administrator\//', '', $route, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment