All pastes #175323 Raw Edit

Miscellany

public text v1 · immutable
#175323 ·published 2006-09-18 18:19 UTC
rendered paste body
<?php if (is_home()) 
{
	echo 'this is the house of milk and tar' ; 
}
else 
{
echo '<a href="' . get_settings("home") . '">this is the house of milk and tar</a>' ; 
} 
?>