Return to Snippet

Revision: 28715
at July 13, 2010 05:52 by karmacode


Initial Code
function [site]_default_page_manager_handlers(){
  $handlers = array();
  $path = dirname(__FILE__).'/panels';
  
  include($path . '/node_view.homepage.inc');
  $handlers[$handler->name] = $handler;
  
  return $handlers;
}

Initial URL


Initial Description


Initial Title
Generic Task handlers function

Initial Tags
drupal

Initial Language
PHP