Skip to content

Instantly share code, notes, and snippets.

@desawarna
Last active September 18, 2020 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desawarna/bdd2c0ea742ff3b568d3b2a7e281d0c3 to your computer and use it in GitHub Desktop.
Save desawarna/bdd2c0ea742ff3b568d3b2a7e281d0c3 to your computer and use it in GitHub Desktop.
Copasan Menu Login Template Default SLiMDS 9
$main_menus = [
'home' => [
'text' => __('Home'),
'url' => 'index.php'
],
'login' => [
'text' => __('Login Admin'),
'url' => 'index.php?p=login'
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment