Hi everyone ! Happy new year also ! ;-)
It's been a long time since I post a question !!
Here my problem :
1 : I override seb_one template (positions/articles/item/mainbody.php) > ok it's working
2 : in the mainbody.php, I have
THE CODE IN MAINBODY.PHP
<li> <?php echo $title; ?></li>
THE RESULT IN MY HTML PAGE
<li> title 1 </li>
<li> title 2 </li>
<li> title 3 </li>
3 .Now where do I put my div in order to wrap the li balise with ul ?? : <ul>
<li> title 1 </li>
<li> title 2 </li>
<li> title 3 </li>
</ul>
notes : here is the code I have in my modified index.php seb_one template
<?php echo $cck->renderPosition( 'mainbody', '', $cck->h( 'mainbody' ) ); ?>
Thanks you !!! ;-)