Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:if ($Context->User->Role == "admin") {
echo "Fancy admin things!";
} else {
echo "Lame user things. :(";
}<?php
include("./appg/settings.php");
include("./appg/init_people.php");
if ($Context->Session->User->Permission('I_CAN_HAS_CHEEZBURGER')){
echo "u can has cheezburger";
} else {
echo "You cannot have a cheeseburger.";
}
?>1 to 3 of 3