HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: /home/u547966/brikov.ru/www/wp-content/themes/brikov/templates/imgpage.php
<?php/*
Template Name: Шаблон картины
*/?>
<?php $post_id = get_the_ID();	?>
<?php get_header(); ?>

<div class="wrap-container wrap-container-inner" id="alt01">
		<div class="text-container-holder text-container-holder05 cGalleryInner">
			<div class="title-holder">
				<a name="pshow"></a>
				<?php

// check if the repeater field has rows of data
if( have_rows('caption_pictures', $post_id) ):

 	// loop through the rows of data
    while ( have_rows('caption_pictures', $post_id) ) : the_row(); ?>
				<h2><strong><span><em><a href=""><?php the_sub_field('name_pictures',$post_id);?></a></em></span></strong></h2>
			</div>
			<div class="holder">
				<div class="text-box">
					<div class="vis-im">						
						<div id="visual">
							<a id="left_nav_img" class="hov_nav" href="muzhchina-s-vnukami.htm#pshow" title="Мужчина с внуками"><img src="templates/default/js/clearbox/config/default/pic/left.png" /></a>
							<a id="right_nav_img" class="hov_nav" href="portret-na-fone-burnogo-ruchia.htm#pshow" title="Портрет на фоне бурного ручья"><img src="templates/default/js/clearbox/config/default/pic/right.png" /></a>
							<a href="<?php the_sub_field('img_painting',$post_id);?>" rel="clearbox[gallery=74,,comment=<table id='image_gal_open'><tr><td>Название</td><td class='field2'><?php the_sub_field('name_pictures',$post_id);?></td></tr><tr><td>Год создания</td><td class='field2'><?php the_sub_field('year',$post_id);?></td></tr><tr><td>Материал, техника</td><td class='field2'><?php the_sub_field('material',$post_id);?></td></tr><tr><td>Размер картины</td><td class='field2'><?php the_sub_field('size',$post_id);?></td></tr></table>]"><img id="kartina" src="<?php the_sub_field('img_painting',$post_id);?>" alt="Картина художника Алексея Брикова" width="407" /><img id="lupa-img" src="templates/default/images/lupa.png" alt="" width="" height="" /></a>
						</div>
					</div>
					<div class="text">
						<h1 class="cTitle">На фоне моря</h1>
						<div class="text-holder">
							
						</div>
					</div>
				</div>
			</div>
		</div><?php  endwhile;

else :

    // no rows found

endif;?>


		<div class="text-container-holder text-container-holder06 text-container-holder02">
			<div class="holder">
				<div class="gallery-photo">
					<a href="#" class="prev">prev</a>
					<a href="#" class="next">next</a>
					<div class="gallery gallery_img">
						
					</div>
				</div>
			</div>
		</div>
	</div>

<?php get_footer(); ?>