Jump to content

Gas Creature

Members
  • Posts

    2
  • Joined

  • Last visited

Gas Creature's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. The Book of Strange New Things by Michel Faber review – the story of Jesus goes intergalactic http://t.co/gzLsB5ae2k

  2. Thanks diogo. I just wanted to know what I can or cannot do. Indeed, I can code up the template file in any way that I like. BTW, that link you included to php.net is dead, apparently.
  3. Lovely little walkthru - thank you! Because I wanted the planet pages to look like the basic pages, I copied some code and now my planet.php looks like: <?php include("./head.inc"); ?> <h2>Type: <?= $page->planet_type ?>, Age: <?= $page->planet_age ?> years</h2> <p><?= $page->planet_summary ?></p> <?php echo $page->body; include("./foot.inc"); ?> I then added the body field to my planet template. My intention is to write additional content to supplement the planet_summary. When I edit the Earth or Jupiter pages by pasting A <?= $page->planet_type ?> is a planet that is composed primarily of silicate rocks or metals. into the Body editor, after switching it to HTML Source editing mode, the result is not what I expected. Can't I mix PHP in with pure content? Or do I have to use some special templating syntax?
  4. AAPL - why is it halted after hours?

×
×
  • Create New...