Generic Task handlers function


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function [site]_default_page_manager_handlers(){
  2. $handlers = array();
  3. $path = dirname(__FILE__).'/panels';
  4.  
  5. include($path . '/node_view.homepage.inc');
  6. $handlers[$handler->name] = $handler;
  7.  
  8. return $handlers;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.