View difference between Paste ID: M2uTnbsU and dRUgBXVp
SHOW: | | - or go back to the newest paste.
1
<?php
2
/**
3-
 * The Header template for our theme
3+
 * The template for displaying the footer
4
 *
5-
 * Displays all of the <head> section and everything up till <div id="main">
5+
 * Contains footer content and the closing of the #main and #page div elements.
6
 *
7
 * @package WordPress
8
 * @subpackage Twenty_Twelve
9
 * @since Twenty Twelve 1.0
10
 */
11-
?><!DOCTYPE html>
11+
12-
<!--[if IE 7]>
12+
13-
<html class="ie ie7" <?php language_attributes(); ?>>
13+
require_once(dirname(__FILE__).'/../../../../config/config.inc.php');
14-
<![endif]-->
14+
require_once(dirname(__FILE__).'/../../../../footer.php'); 
15-
<!--[if IE 8]>
15+
16-
<html class="ie ie8" <?php language_attributes(); ?>>
16+
17-
<![endif]-->
17+
18-
<!--[if !(IE 7) | !(IE 8)  ]><!-->
18+
19-
<html <?php language_attributes(); ?>>
19+
</body>
20-
<!--<![endif]-->
20+
</html>