Merge pull request #10470 from frederic34/patch-2
remove psr2 else if warning
This commit is contained in:
commit
7fc00001d5
@ -482,7 +482,7 @@ foreach($menus as $menu) {
|
|||||||
while ($count<16)
|
while ($count<16)
|
||||||
{
|
{
|
||||||
?>
|
?>
|
||||||
<div class='wrapper' <?php if ($count==14) echo 'onclick="MoreCategories(\'less\');"'; else if ($count==15) echo 'onclick="MoreCategories(\'more\');"'; else echo 'onclick="LoadProducts('.$count.');"';?> id='catdiv<?php echo $count;?>'>
|
<div class='wrapper' <?php if ($count==14) echo 'onclick="MoreCategories(\'less\');"'; elseif ($count==15) echo 'onclick="MoreCategories(\'more\');"'; else echo 'onclick="LoadProducts('.$count.');"';?> id='catdiv<?php echo $count;?>'>
|
||||||
<img class='imgwrapper' <?php if ($count==14) echo 'src="img/arrow-prev-top.png"'; if ($count==15) echo 'src="img/arrow-next-top.png"';?> width="98%" id='catimg<?php echo $count;?>'/>
|
<img class='imgwrapper' <?php if ($count==14) echo 'src="img/arrow-prev-top.png"'; if ($count==15) echo 'src="img/arrow-next-top.png"';?> width="98%" id='catimg<?php echo $count;?>'/>
|
||||||
<div class='description'>
|
<div class='description'>
|
||||||
<div class='description_content' id='catdesc<?php echo $count;?>'></div>
|
<div class='description_content' id='catdesc<?php echo $count;?>'></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user