9.2. Additional PHP Statements
In addition to the PHP statements mentioned in the section How to Prepare a Theme in the section on Designing for Bistro, there are many other PHP statements available for your use. Although any PHP code can be included in a template file, the following are a number of variables that can be incorporated using the format:
<?php echo variable; ?>
Where the word variable in the above example is replaced with one of the following:
$theme['content'] The content of the page to be displayed
$theme['title'] The title displayed between <title> tags
$theme['keywords'] Keywords for meta tags
$theme['description'] Description for meta tags
$theme['head'] CSS and JavaScript content for Bistro
siteName The name of the website
WALDO_NAME The name of the web design company
WALDO_URL The website address of the web design company