2012-01-22 58 views

回答

0

您的代码应该这样写:

<?php global $user; if ($node->uid == $user->uid): ?> // print your flag code here <?php endif; ?>

相关问题