<?php <!-- Contact (10) --> <section class="section section--alt" id="contact"> <div class="container two-col"> <div> <h2><?= $t['contact_title'] ?></h2> <p class="muted"><?= $t['contact_subtitle'] ?></p> <div class="contact__info"> <?php if (!empty($site['phone'])): ?> <div><strong><?= $t['contact_phone'] ?>:</strong> <?= htmlspecialchars($site['phone']) ?></div> <?php endif; ?> <?php if (!empty($site['email'])): ?> <div><strong><?= $t['contact_email'] ?>:</strong> <?= htmlspecialchars($site['email']) ?></div> <?php endif; ?> <?php if (!empty($site['address'])): ?> <div><strong><?= $t['contact_address'] ?>:</strong> <?= htmlspecialchars($site['address']) ?></div> <?php endif; ?> </div> <div class="map"> <?= $t['map_placeholder'] ?> </div> </div> <!-- form aynı --> </div> </section>
You have javascript disabled. You will not be able to edit any code.