Hello,

I would like to show text if content profile 'profile' exists.
Would someone be able to help me with the code for the [ ] below?
Thank you!

<?php if [content profile 'profile' exists] {
  //show some text
}
?>

Comments

gewillson’s picture

Or, better,

<?php if [content profile 'profile' exists ... for current user]...  ?>
baff’s picture

is this a duplicate of http://drupal.org/node/720904