Subversion Repositories taios

Compare Revisions

Ignore whitespace Rev 66 → Rev 67

/blog/index.php
18,7 → 18,7
if (isset($_GET['cat']))
{
$query = $query . ' AND Category = "' . $_GET['cat'] . '"';
write('<p>Only showing blog posts from the ' . $_GET['cat'] ' category.</p>');
write('<p>Only showing blog posts from the ' . $_GET['cat'] . ' category.</p><br />');
}
 
$ids = $page->findIDs('BlogPosts', $query);