Файл: Luxe-Shop v6.0/application/views/reviews.php
Строк: 32
<? if(config_item('templates') == 1) {
include 'application/views/templates/explicit/reviews.php';
}
if(config_item('templates') == 2) {
include 'application/views/templates/cobra/reviews.php';
}
if(config_item('templates') == 3) {
include 'application/views/templates/Mac_3.3/reviews.php';
}
if(config_item('templates') == 4) {
include 'application/views/templates/groza/reviews.php';
}
if(config_item('templates') == 5) {
include 'application/views/templates/Mac_3.2/reviews.php';
}
if(config_item('templates') == 6) {
include 'application/views/templates/steamby/reviews.php';
}
if(config_item('templates') == 7) {
include 'application/views/templates/premium/reviews.php';
}
if(config_item('templates') == 8) {
include 'application/views/templates/redbox/reviews.php';
}
if(config_item('templates') == 9) {
include 'application/views/templates/slimline/reviews.php';
}
if(config_item('templates') == 10) {
include 'application/views/templates/beautiful/reviews.php';
}
?>