WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Bs_naturak - wrong slider images on corresponding pages
jacobi22:
--- Quote from: jacobi22 on December 18, 2015, 12:43:32 PM ---
--- Code: ---if ($page_id == 26 || Spage_id = 28 || $page_id == 34){
$slidenr = $page_id;}
else
{$slidenr = 1;}
?>
--- End code ---
--- End quote ---
bad error in line 1 of this code :oops: :oops: :oops:
correcture
--- Code: ---if ($page_id == 26 || $page_id == 28 || $page_id == 34){
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version