You are here

function _context_addassets_admin_url in Context Add Assets 6

Pull the url of the admin

Future proofing the admin url and theming functions

Return value

string the path for context add assets admin page

1 call to _context_addassets_admin_url()
context_reaction_addassets_base::options_form in plugins/context_reaction_addassets_base.inc
Prepare formatted form array showing grouped assets grouped by location and show as checkboxes

File

./context_addassets.module, line 11

Code

function _context_addassets_admin_url() {
  return 'admin/build/context/add-assets';
}