Skip to content

Instantly share code, notes, and snippets.

@qwersk
Created October 5, 2017 02:53
Show Gist options
  • Save qwersk/33434367a99bcf4d5034fbf6fa3d974e to your computer and use it in GitHub Desktop.
Save qwersk/33434367a99bcf4d5034fbf6fa3d974e to your computer and use it in GitHub Desktop.
Get menu item params #JOOMLA
<?php
$app = JFactory::getApplication();
$menu = $app->getMenu();
$active = $menu->getActive();
$params = $active->get("params");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment