Bonjour
Je voudrais modifier mon code php pour dissocier certains éléments de l'image ci-dessous. Voici le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 <div class="jehu_title"> <h2 class="jehu_title1">My Sharing Pool</h2> <?php if(count($moduledata)>0){foreach($moduledata as $module3){ ?> <div class="jehu_pack_detail1"> <span class="currenttext"><?php echo __("Active packs"); ?>:<b> <?php echo $module3['ActivePosition']; ?></b></span> </div> <div class="jehu_pack_detail1"> <span class="currenttext"><?php echo __("Total packs"); ?>:<b> <?php echo $module3['TotalPosition'];?></b></span> </div> <span class="jehu_top2"><a href="<?php echo $SITEURL ?>module3/position"><b><?php echo __("View My Packs Earnings"); ?></b></a></span> <?php }} ?> </div>![]()
Partager