Advertisement
annukaka

layout

Dec 1st, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. ##### LOAD #####
  2. load(CONTENT, LAYOUT);
  3. ##### END! #####
  4.  
  5. ## LAYOUT
  6. #
  7. # open layout as .php files
  8. home        => home layout,
  9. default     => normal layout,
  10. nolayout    => no layout,
  11. layout1     => layout1,
  12. layout2     => layout2,
  13. layout3     => layout3
  14. ## END
  15.  
  16. ## CONTENT
  17. #
  18. # is the main part of page as html tags
  19.  
  20. ## END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement