<!-- Tiny mce -->
/*
* Modifying TinyMCE editor to remove unused items.
*/
function customformatTinyMCE($init) {
	// Add block format elements you want to show in dropdown
	 $init['theme_advanced_blockformats'] = 'p,h2';
	// $init['theme_advanced_disable'] = 'strikethrough,underline,forecolor,justifyfull';
	// $init['theme_advanced_buttons2_add_before'] = 'styleselect';
	// $init['theme_advanced_styles'] = 'First Paragraph=subP';

	return $init;
}

// Modify Tiny_MCE init
// add_filter('tiny_mce_before_init', 'customformatTinyMCE' );



<!--Lorsqu'on édite la page Evenements actuels, le html casse à cause des éléments entre crochets.
ceci est le fichier initial. Le iframe concernant le pdf à feuilleter est un test qui fonctionne.
A l'heure ou j'ai créé ce fichier, nous n'avons pas les infos issuu de la bcul, le lien src changera.
-->

<p>Manifestations culturelles janvier à juin 2013, BCU Lausanne</p>
<p><iframe src="//e.issuu.com/embed.html#6417538/1137941" frameborder="0" width="525" height="360"></iframe></p>
<table class="events-table table" cellspacing="0" cellpadding="0">
<thead>
<tr><th class="event-time" width="110"> </th><th class="event-time" width="250">Evénement</th><th class="event-description" width="*">Date</th></tr>
</thead>
<tbody>
[events_list category="1"]
<tr>
<td><img src="#_EVENTIMAGEURL" alt="" width="100" height="90" border="0" /></td>
<td>#_EVENTLINK</td>
<td>
<ul>#_EVENTDATES</ul>
</td>
</tr>
[/events_list]
</tbody>
</table>