Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ powmax.net/

/home/bdapparelinfo/powmax.net/product_details.php

<?php include 'header.php';  
 
					$SQL_pro_img = mysql_fetch_array(mysql_query("select * from pages_content where id='$_GET[pid]'"));
				 
						?>
<div id="content" class="site-content">
    <div class="container">
    <div class="inner-wrapper">    
    	<div id="primary" class="content-area">
		    <main id="main" class="site-main" role="main">
 			
				
<article id="post-4" class="post-4 page type-page status-publish hentry"> 
 
	<header class="entry-header">
		<h1 class="entry-title"><?=$SQL_pro_img['content_pages_name'];?></h1>	
	</header><!-- .entry-header -->

 
      <img src="media/<?=$SQL_pro_img['image'];?>" alt="<?=$SQL_pro_img['title'];?>" 
      style="float:left;padding:0 10px 10px 0;max-width:450px;"/> 
      <?=$SQL_pro_img['title'];?> 
      <?=$SQL_pro_img['description'];?>

 
	 
</article><!-- #post-## -->


 
       
           
			
		</main><!-- #main -->
	</div><!-- #primary -->

 

</div><!-- .inner-wrapper --></div><!-- .container --></div><!-- #content -->

<?php 
	//////////////////////////////////////
		include 'footer.php';
	?>