Posted by Marcin Dobrucki on 09/19/05 11:15
Rob Bresnik Mobile PC DR. wrote:
> I am new to PHP and maybe someone could help...i am using an open source
> site to learn the language.
>
> <div id="maincol" >
> <div class="content">
> <!-- OR files go here -->
> {content}
> </div>
>
> Obviously {content} contains the text on the body of the page...where is
> this content usually? i can't seem to find the text anywhere in the files.
> HELP!
This is HTML, not PHP. It look suspiciously as a template (eg.
Smarty -- smarty.php.net). And it's missing a $ in front of the
"content", unless you are meant to write the content yourself, and
that's just a note.
What software is this?
/m
[Back to original message]
|