Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. protected function setupLayout()
  2. {
  3. if ( ! is_null($this->layout->header->footer))
  4. {
  5. $this->layout = View::make($this->layout);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement