where is module?)

Comments

Dave Reid’s picture

Version: » 7.x-1.x-dev
Status: Active » Fixed

Until the development release is built by the drupal.org packaging system, you can check it out from Git via http://drupal.org/project/ctools_automodal/git-instructions

yurgon’s picture

a still dont understant how can i use module
can you write a simple ?

i add in ma module

function yurgon_menu() {
  $items['node/add/news'] = array(
    'page callback' => 'drupal_get_form',
    'page arguments' => array('news_node_form'),
    'access arguments' => array('administer user'),
    'modal' => TRUE,
  );
}
yurgon’s picture

any help?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.