I'm guessing that if I want to use this in the Details template, I also have to add all the other fields in there, is that correct? Because it pulls them all with one line of code?
<span id="sobi2Details_field_website">
<a href="<?php echo $fieldsObjects['field_website']->data; ?>" target="_blank">
<?php echo $fieldsObjects['field_website']->data; ?>
</a>
</span>
<br />