Mac
Posts: 37
|
| Posted: 11/26/2005, 10:22 AM |
|
I have a very basic PHP page, on the left hand side is a navigation menu that is an include.
Within CS if I view the live page it looks fine, however, if I then view the page in either IE or Firefox all I get is {nav_include} where the include page should be.
Any ideas?
Thanks in advance.
_________________
/\/\@< |
 |
 |
peterr
Posts: 5971
|
| Posted: 11/26/2005, 10:25 AM |
|
Maybe you are viewing the HTML page (template) instead of PHP?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Mac
Posts: 37
|
| Posted: 11/26/2005, 10:42 AM |
|
*slaps head*
Sometimes I am so stupid, thankyou Peterr.
_________________
/\/\@< |
 |
 |
Walter Kempees
|
| Posted: 11/26/2005, 12:29 PM |
|
To avoid this ( I slapped my head maytimes), in the simpelest way possible:
stuff your html in a sub-directory (f.i.) /tpl.
CCS3 has this option in Project->Settings->General.
"Mac" <Mac@forum.codecharge> schreef in bericht
news:24388a7f1276ad@news.codecharge.com...
>I have a very basic PHP page, on the left hand side is a navigation menu
>that is
> an include.
>
> Within CS if I view the live page it looks fine, however, if I then view
> the
> page in either IE or Firefox all I get is {nav_include} where the include
> page
> should be.
>
> Any ideas?
>
> Thanks in advance.
> _________________
> /\/\@<
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Mac
Posts: 37
|
| Posted: 11/27/2005, 5:10 AM |
|
Now that's a good idea Walter.
Cheers.
_________________
/\/\@< |
 |
 |
|