Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 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>

    Thread Starter rresides

    (@rresides)

    Aw man… Total rookie mistake! It was the password in the config file. Thanks Krishna!

Viewing 2 replies - 1 through 2 (of 2 total)