The page title is the text that is shown in the browser title bar when the page pops up. Also shown in tab if you are using tabbed browsing.
The php just makes the cart and config values available in Smarty on the popped up page so you can show the user something from the cart. (if you want to).
I think that the second assign should be
Code:
$this->assign("config", $config);