![]() |
comma in number items online?
Is there a way to add a comma to the number of items online displayed in head.tpl? so it displays 11,133 instead of 11133 ?
I'm not sure if it's calculated by a formula in a template or php page, or pulled from the database...been searching for this while doing other edits but haven't found it yet. Future thanks! rpmoore |
The variables are smarty variables in head.tpl template.
The section is: Code:
<P align=right><SPAN class=TableTopTextNumberOfArticles>{insert name="productsonline"} {$lng.lbl_products} {if $config.General.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online}</SPAN></P> I am sure there must be a way to control this. The two variables are: productsonline and itemsonline They are set in the func.php file. |
All times are GMT -8. The time now is 07:33 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.