karmacode on 07/13/10
Last Edited at 07/13/10 05:52am
function [site]_default_page_manager_handlers(){ $handlers = array(); $path = dirname(__FILE__).'/panels'; include($path . '/node_view.homepage.inc'); $handlers[$handler->name] = $handler; return $handlers;}
Report this snippet Tweet
Comment:
You need to login to post a comment.