<!-- Script PHP/MYSQL of management of classifieds ads developed by Script PAG. Script PAG all rights reserved. Use under license. http://www.script-pag.com -->
<div class="internal-body">

	<p class="header-internal-body"><?php  echo $language_adm['temp_style_info']; ?></p>
	
	<div class="body-internal-body form">
		
		<?php if(isset($_GET['succes']) && $_GET['succes'] == 1) echo '<p class="succes">'. $language_adm['temp_style_su'] .'</p>'; ?>
	
		<form method="post" action="template.php?act=<?php echo $act; ?>&amp;menu=25">
			<div>
			
				<div class="flex-container div-form">
					<div><textarea class="long" type="text" rows="40" name="css"><?php echo $edition; ?></textarea></div>
				</div>
			
			</div>
			
			<div class="input-submit">
				<input type="submit" value="<?php echo $language_adm['bt_link_mod']; ?>" />
			</div>
			
		</form>
		
	</div>
</div>