Advertisement
calendars4u

contents of custom template

Jun 14th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. /**
  3. * Template Name: Custom Template
  4. *
  5. * A custom template framework for creating pages with wholly arbitrary layouts.
  6. * DO NOT EDIT THIS FILE. Instead, use the thesis_hook_custom_template() hook
  7. * to specify the contents of div#content_box. Be sure specify which page should
  8. * receive which code by dividing your action using the is_page() conditional tag.
  9. *
  10. * @package Thesis
  11. */
  12.  
  13. thesis_html_framework();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement