View previous topic :: View next topic |
Author |
Message |
cherrigirl
Joined: 26 Oct 2003 Posts: 4 Location: USA
|
Posted: Wed Jan 21, 2004 2:08 am Post subject: archives won't include!! |
|
|
I'm having a problem including the archives into one of my files.
in my file top.php I have:
Code: | <tr><td class="sidetop">blog archive</td></tr>
<tr><td class="side">
<?php include ("b2archives.php"); ?>
</td></tr>
<tr><td><img src="images/spacer.gif" width="8" height="8" alt="" border="0"></td></tr> |
and it won't include b2archives...even when i change it to require. all that prints out is the table and the spacer. you can see it at http://www.silent-aurora.net/index.php
I'm familiar enough with b2 to use it but I don't know it through and through...I thought I could still include the archive file in a non b2 file. Can anyone make any suggestions?? I know I'm not already including the file ensewhere, but I dunno what to do..... |
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 86 Location: Hungary
|
Posted: Thu Jan 22, 2004 5:59 pm Post subject: |
|
|
I think you should try it without spaces:
Code: | <?php include("b2archives.php") ?> |
|
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 86 Location: Hungary
|
Posted: Thu Jan 22, 2004 6:05 pm Post subject: |
|
|
Oh oh you have a ";" after your last ")" |
|
Back to top |
|
 |
cherrigirl
Joined: 26 Oct 2003 Posts: 4 Location: USA
|
Posted: Sat Jan 31, 2004 1:24 am Post subject: |
|
|
nope still not working....any other ideas??? |
|
Back to top |
|
 |
Timi
Joined: 23 Jul 2003 Posts: 86 Location: Hungary
|
Posted: Sat Jan 31, 2004 8:23 am Post subject: |
|
|
I don't know then.. |
|
Back to top |
|
 |
FALLINGbomb
Joined: 06 Apr 2004 Posts: 2
|
Posted: Tue Apr 06, 2004 5:24 am Post subject: |
|
|
your templatign engine is causing the problem, im havign this same problem over at my blog. i cant fix it. |
|
Back to top |
|
 |
|