Mini Shell

Direktori : /home/ecoikhhp/domains/haierklimaservisi.com/private_html/panel/application/views/urun_ref/
Upload File :
Current File : /home/ecoikhhp/domains/haierklimaservisi.com/private_html/panel/application/views/urun_ref/kat.php

<div class="row justify-content-md-center">
    <div class="col-md-12">
        <div class="card">
            <div class="card-header">
									<br>
                                        <h4 class="card-title"><?php echo geturun(); ?>  </h4>
                                        <p class="card-category"><?php echo geturun(); ?> Eklemek istediğiniz Kategoriyi Seçin</p>
                                    </div>
									<br>
                                    <div class="card-body">


								<table class="table table-striped">
									<tr>
                                        <th>Sıra</th>
										<th>Kategori Adı</th>
										<th>Üst Kategori</th>
										
										<th>İşlem</th>
									</tr>

									<?php 
																		
											Kategori_index_list(Kategori_Array($site_kat,0),"urun");
															
									?>

								</table>
		</div>
       </div>
     </div>
</div>