<?php $smarty->assign("title", "Planet SUCS"); $smarty->assign("rss_url", "http://planet.sucs.org/rss20.xml"); $smarty->assign("atom_url", "http://planet.sucs.org/atom.xml"); // Read planet output from where (we hope) Planet wrote it $body = file_get_contents($base."static/Community/Planet.txt"); $smarty->assign("body", $body); ?>