Beispiel #1
0
        <td><strong><?php 
echo join(', ', $location_list);
?>
</strong></td>
    </tr>
    <tr>
        <td><i class="flag icon"></i><strong>Theme</strong></td>
        <td><strong><?php 
echo join(', ', $theme_list);
?>
</strong></td>
    </tr>
    <tr>
        <th colspan="2">
            <?php 
$mailto = Agency::get_email();
$mailto .= '?subject=Offre:' . get_the_title();
$mailto .= '&body=' . __('I\'m interested in this this offert', 'sage');
?>
            <a href="mailto: <?php 
echo $mailto;
?>
" class="fluid ui inverted button">
                <i class="shop icon"></i>
                <?php 
_e('Contact us', 'sage');
?>
            </a>
        </th>
    </tr>
</table>