Created
July 24, 2018 08:55
-
-
Save init90/02d94187400b715b42494ed691b823f3 to your computer and use it in GitHub Desktop.
Drupal 7, set patch as admin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Implements hook_admin_paths(). | |
*/ | |
function global_price_table_admin_paths() { | |
$paths = array( | |
'node/*/global_price_table' => TRUE, | |
); | |
return $paths; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment