You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
305 B
PHP
21 lines
305 B
PHP
<?php
|
|
/**
|
|
* The footer template.
|
|
*
|
|
* This template can be overridden by copying it to currenttheme/wp-job-openings/theme-compat/footer.php
|
|
*
|
|
* @package wp-job-openings
|
|
* @since 3.2.0
|
|
* @version 3.2.0
|
|
*/
|
|
|
|
?>
|
|
</div><!-- #content -->
|
|
</div><!-- #page -->
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
|
|
|
</html>
|