Skip to content

Instantly share code, notes, and snippets.

@cgarvis
Created December 22, 2011 22:31
Show Gist options
  • Save cgarvis/1512133 to your computer and use it in GitHub Desktop.
Save cgarvis/1512133 to your computer and use it in GitHub Desktop.
override plugin template with one in the app
$this->_render['paths']['template'] = array(
LITHIUM_APP_PATH . '/views/{:controller}/{:template}.{:type}.php',
'{:library}/views/{:controller}/{:template}.{:type}.php'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment