Forms

<?php
global $user;
if ($user->uid) {
print "There are currently no items that meets this criteria.";
}
if (!$user->uid) {
print "Log-in is required to view this content.";
}
?>

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer