Just tried...
<?php
if ((arg(0) == 'node') && is_numeric(arg(1))) {
$node = node_load(arg(1));
if ($node->nid == arg(1)) {
return TRUE;
}
}
?>still no go
|
Ubercart |
|
|
|
||
Just tried...
Tue, 05/31/2011 - 16:28
#1
Just tried...
<?php if
Just tried... <?phpstill no go |
|