Skip to content

Moving Between Panels

ken-bem edited this page Oct 10, 2016 · 1 revision

How to move between the admin panels

You can use the panel_url function to traverse thru the panels.

<a href="{{ panel_url('[Your_Plugin_Namespace]::[Panel 'as' Value]')}}">Home</a>

Clone this wiki locally