image des categories dans l'admin

  • Posts: 2669
  • Thank you received: 69
13 years 4 months ago #56400

dans category / listing.php de l'admin
comment faire pour
<?php echo $this->image->display(@$row->file_path,true,"",'','', 100, 100); ?>

afficher l'image en max-width:200px; ?

merci

Please Log in or Create an account to join the conversation.

  • Posts: 84718
  • Thank you received: 13784
  • MODERATOR
13 years 4 months ago #56468

Comme ceci non ?

<?php echo $this->image->display(@$row->file_path,true,"",'','', 200, 200); ?>

Please Log in or Create an account to join the conversation.

Time to create page: 0.059 seconds
Powered by Kunena Forum