I have 2 addons that uses $GLOBALS['Linker']->build for creating links in admin side
Example:
Code: Select all
= $GLOBALS['Linker']->build($productURL, $productParam . $row->id)Code: Select all
= $GLOBALS['Linker']->build($productURL, $productParam . $row->id)Links to admin pages use $GLOBALS['Admin']->link
Thanks @heatherbellheatherbell wrote: ↑Sun Jul 28, 2024 6:53 amLinks to admin pages use $GLOBALS['Admin']->link
Examples: https://github.com/search?q=repo%3ACE-P ... &type=code