Re: LightBox
Проблема решена, в теме отсутствует:
<?php Action::run('theme_header'); ?>Его необходимо добавить в чанк "header" после этого участка кода:
<!-- Styles -->
<link href="<?php echo Site::url(); ?>public/themes/AT002/css/style.css" rel="stylesheet" type="text/css" media="screen" />
<?php Stylesheet::load(); ?>
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Cuprum:400,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'> 