Changeset 1566
- Timestamp:
- 08/27/2004 12:38:22 AM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-footer.php
r1542 r1566 3 3 // use that, otherwise use this default wp-footer.php file. 4 4 if ( file_exists(ABSPATH . '/footer.php') ) : 5 include (ABSPATH . '/footer.php');5 include_once(ABSPATH . '/footer.php'); 6 6 else : 7 7 ?> -
trunk/wp-header.php
r1559 r1566 3 3 // use that, otherwise use this default wp-header.php file. 4 4 if ( file_exists(ABSPATH . '/header.php') ) : 5 include (ABSPATH . '/header.php');5 include_once(ABSPATH . '/header.php'); 6 6 else : 7 7 ?>
Note: See TracChangeset
for help on using the changeset viewer.