/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $showit = FALSE; $node = node_load(arg(1)); $showit = TRUE; } } return $showit; ?>