9 lines
83 B
PHP
9 lines
83 B
PHP
<?php
|
|
/*
|
|
Template Name: About Us page
|
|
*/
|
|
get_header();
|
|
?>
|
|
|
|
|
|
<?php get_footer(); ?>
|