View Single Post
  #4  
Old 04-15-2009, 03:28 PM
 
2inchesofwater 2inchesofwater is offline
 

Member
  
Join Date: May 2007
Posts: 24
 

Default Re: V 4.2 Speed Bar generated in reverse order

I've got this problem happening too... the speed bar appears in reverse order on the store front, but in the ADMIN section, the speed bar appears in the correct (original) order! What's even stranger is that both the store front and the admin section both use the same customer/head.tpl code...

My pages don't use CSS float:right. We use CSS text-align:right, so that should remove the need for the speed bar items to be placed in reverse order.

Observation: It almost looks as though the speed bar items are being placed by code into $speed_bar in reverse order for the store front, but placed into $speed_bar in normal (original) order.
Is that correct? If so, that would suggest that $speed_bar is created in two separate locations in the code, and one has been altered to compensate for the CSS float:right instruction. Where can I find one (or both) of the $speed_bar definitions to fix it up?

Cheers,
Dan
__________________
xcartpro4.2
Reply With Quote