You are here

function simplemenu_install in SimpleMenu 6

Initialize some variables to values that should not otherwise be viewed as defaults.

File

./simplemenu.install, line 12
Installation and Uninstallation functions.

Code

function simplemenu_install() {

  // make sure we do not appear in the IMCE pop-up window
  variable_set('simplemenu_visibility_pages', "imce*\nnoderelationships/*\n");
}