Viewing 1 replies (of 1 total)
  • Thread Starter rresides

    (@rresides)

    <div class=”vcard”>
    <h1 class=”fn”><?php echo $data[‘x_contact_name’]; ?></h1>
    <p class=”adr”>
    <span class=”street-address”><?php echo $data[‘x_contact_street’]; ?></span>
    <span class=”region”><?php echo $data[‘x_contact_region’]; ?></span>
    <span class=”postal-code”><?php echo $data[‘x_contact_postcode’]; ?></span>
    <span class=”country-name”><?php echo $data[‘x_contact_country’]; ?></span>
    </p>
    <p class=”tel”><?php echo $data[‘x_contact_number’]; ?></p>
    </div>

Viewing 1 replies (of 1 total)

The topic ‘Contact Info/vcard?’ is closed to new replies.