root/styles/prosilver_ip/prosilver_ip.cfg

147155
13
$full_server_url = create_server_url();
13
$full_server_url = create_server_url();
14
$default_images_root = 'templates/default/images/';
14
$default_images_root = 'templates/default/images/';
15
$current_template_images = $current_template_path . '/images/' . $color . '/';
15
$current_template_images = $current_template_path . '/images/' . $color . '/';
16
$rating_images_path = $current_template_images . 'rates/';
16
$png_colors = array();
17
$png_colors = array();
17
$png_buttons_colors = array();
18
$png_buttons_colors = array();
18
$images_extension = in_array($color, $png_colors) ? 'png' : 'gif';
19
$images_extension = in_array($color, $png_colors) ? 'png' : 'gif';
...
...
65
$images['icon_y_card'] = $current_template_images . 'cards/card_yellow.gif';
66
$images['icon_y_card'] = $current_template_images . 'cards/card_yellow.gif';
66
67
67
$template->assign_vars(array(
68
$template->assign_vars(array(
69
	'RATING_IMAGES_PATH' => $rating_images_path,
68
	'IS_PROSILVER' => true,
70
	'IS_PROSILVER' => true,
69
	)
71
	)
70
);
72
);