Skip to content

Instantly share code, notes, and snippets.

@dkobia
Created November 11, 2013 21:09
Show Gist options
  • Save dkobia/7420381 to your computer and use it in GitHub Desktop.
Save dkobia/7420381 to your computer and use it in GitHub Desktop.
<?php
public function action_email()
{
$this->template = '';
$this->auto_render = FALSE;
$this->template->content = View::factory('email/layout');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment