diff options
Diffstat (limited to 'pages/welcome.php')
-rwxr-xr-x | pages/welcome.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/welcome.php b/pages/welcome.php index 5bd710c..833af8a 100755 --- a/pages/welcome.php +++ b/pages/welcome.php | |||
@@ -31,6 +31,9 @@ $hatNav = array( array( 'title' => 'Archive', | |||
31 | 31 | ||
32 | $template = new FITemplate('post'); | 32 | $template = new FITemplate('post'); |
33 | $template->adds_block('EXTERNAL',array('exi'=>1)); | 33 | $template->adds_block('EXTERNAL',array('exi'=>1)); |
34 | $template->add('IFXAMP', $xhtml ? '&' : '&'); | ||
35 | $template->add('IFXLT', $xhtml ? '<' : '<'); | ||
36 | $template->add('IFXGT', $xhtml ? '>' : '>'); | ||
34 | 37 | ||
35 | $curID = 0; | 38 | $curID = 0; |
36 | 39 | ||