HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/themes/medialider/page.php
<?php
get_header(); ?>
<div class="page-layer">
	<div class="container container-page">
		<div class="row">
			<div class="col-md-12 col-sm-12 col-xs-12">
				<a href="/" class="btn ml-stock-btn ml-stock-btn_blue ml-stock-btn_margin-top-10">На главную</a>
			</div>
		</div>
		<div class="row">
			<div class="col-md-12 col-sm-12 col-xs-12">
				<p class="line-height-1 font-size-48 font-bold font-color-blue head-title"><? the_title();?></p>
			</div>
		</div>
		<div class="row row-md-service">
			<?while (have_posts()) : the_post();?>
				<div class="col-md-12">
					<div class="page-content">
						<? the_content();?>
					</div>
				</div>
			<? endwhile; ?>
		</div>
	</div>
</div>
<?php get_footer(); ?>