Changeset 558131
- Timestamp:
- 06/14/2012 08:06:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
templ33t/branches/01_02_handling_posts/templ33t_object.php
r558130 r558131 577 577 function parseTemplate($template = null, $theme = null) { 578 578 579 echo 'testing'; 580 579 581 // catch invalid file 580 582 if (empty($template) || !file_exists($template)) … … 634 636 635 637 $tname = str_replace('.php', '', basename($template)); 638 639 echo '/?preview=1&template='.$theme.'&stylesheet='.$theme.'&templ33t_preview='.$tname; 640 641 die(); 636 642 637 643 $preview = wp_remote_get('/?preview=1&template='.$theme.'&stylesheet='.$theme.'&templ33t_preview='.$tname);
Note: See TracChangeset
for help on using the changeset viewer.