This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if ( get_field( 'meeting_documents_agendas' || 'meeting_documents_minutes')) : ?> | |
<h3>Meeting Documents</h3> | |
<table class="downloads"> | |
<thead> | |
<tr> | |
<th>Document</th> | |
<th> </th> | |
</tr> | |
</thead> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The template for displaying all pages. | |
* | |
* This is the template that displays all pages by default. | |
* Please note that this is the wordpress construct of pages | |
* and that other 'pages' on your wordpress site will use a | |
* different template. | |
* | |
* @package WordPress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The loop that displays posts. | |
* | |
* The loop displays the posts and the post content. See | |
* http://codex.wordpress.org/The_Loop to understand it and | |
* http://codex.wordpress.org/Template_Tags to understand | |
* the tags used in it. | |
* | |
* This can be overridden in child themes with loop.php or |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$posted_options = Shop_ProductHelper::get_default_options($product); | |
?> | |
<?= open_form() ?> | |
<div id="left_col" class="grid_4"> | |
<div id="product_images"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="allinone_carousel_list"> | |
<li data-title="Jus d'Agneau" data-link="/fr/produits/flocons/jus-dagneau" data-target="_self" class="m1"><img src="/fr/assetts/img/produits/flocons/thumbs/jus-dagneau.png" alt="Jus d'Agneau" title="Jus d'Agneau"></li> | |
<li data-title="Jus de Veau Lié" data-link="/fr/produits/flocons/jus-de-veau-li" data-target="_self" class="m2"><img src="/fr/assetts/img/produits/flocons/thumbs/jus-de-veau-lie.png" alt="Jus de Veau Lié" title="Jus de Veau Lié"></li> | |
<li data-title="Jus de Boeuf" data-link="/fr/produits/flocons/jus-de-boeuf" data-target="_self" class="m1"><img src="/fr/assetts/img/produits/flocons/thumbs/jus-deboeuf.png" alt="Jus de Boeuf" title="Jus de Boeuf"></li> | |
<li data-title="Jus de Porc" data-link="/fr/produits/flocons/jus-de-porc" data-target="_self" class="m2"><img src="/fr/assetts/img/produits/flocons/thumbs/jus-deporc.png" alt="Jus de Porc" title="Jus de Porc"></li> | |
<li data-title="Jus de Poulet" data-link="/fr/produits/floc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (function_exists('contact_detail')) { | |
$chair = contact_detail('chair'), | |
$address = contact_detail('address') | |
} | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (function_exists('contact_detail')) { | |
$chair = contact_detail('chair'); | |
$phone = contact_detail('phone'); | |
$email = contact_detail('email'); | |
$mobile = contact_detail('mobile'); | |
$address = contact_detail('address'); | |
} | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="spot"> | |
<?php | |
if (function_exists('contact_detail')) { | |
$chair = contact_detail('chair'); | |
$phone = contact_detail('phone'); | |
$email = contact_detail('email'); | |
$mobile = contact_detail('mobile'); | |
$address = contact_detail('address'); | |
} | |
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The main template file. | |
* | |
* This is the most generic template file in a WordPress theme | |
* and one of the two required files for a theme (the other being style.css). | |
* It is used to display a page when nothing more specific matches a query. | |
* For example, it puts together the home page when no home.php file exists. | |
* | |
* Learn more: http://codex.wordpress.org/Template_Hierarchy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><div class="icit-spot-content"><div class="icit-spot-edit-link-holder"><a class="icit-spot-edit-link" href="http://starwars.com/alderaan/wp-admin/post.php?post=33&post_type=spot&action=edit">Edit Spot</a></div><div class="spot clearfix chair"> | |
<figure><img class="photo" src="http://starwars.com/alderaan/wp-content/uploads/sites/2/2013/02/alpesh-patel.jpg" alt="" /></figure> | |
<address> | |
<strong>Alpesh Patel</strong> | |
Ferme Park Road<br /> | |
North London, N4 </address> | |
<ul class="numbers clearfix"> | |
<li class="tel"><strong>Telephone: </strong> 020 8340 1919</li> |