You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using /localhost/templates/t3_bs3_blank/local folder to keep changes when T3 BS3 Blank Template is updated. In that folder I have template.less file and a few of LESS files which are imported into template.less. For example start of template.less file contents:
@import "vertical_menu.less";
If I'm using the following code in the imported files:
absolute path to the PNG image is http://localhost/templates/t3_bs3_blank/local/local/images/icons/vertical-menu-angle-icon.png - the local folder is duplicated in the path.
If I'm using the same code in the template.less file then the absolute path to the PNG image is http://localhost/templates/t3_bs3_blank/local/images/icons/vertical-menu-angle-icon.png - the local folder is NOT duplicated there.
The text was updated successfully, but these errors were encountered:
I'm using /localhost/templates/t3_bs3_blank/local folder to keep changes when T3 BS3 Blank Template is updated. In that folder I have template.less file and a few of LESS files which are imported into template.less. For example start of template.less file contents:
If I'm using the following code in the imported files:
absolute path to the PNG image is
http://localhost/templates/t3_bs3_blank/local/local/images/icons/vertical-menu-angle-icon.png
- the local folder is duplicated in the path.If I'm using the same code in the template.less file then the absolute path to the PNG image is
http://localhost/templates/t3_bs3_blank/local/images/icons/vertical-menu-angle-icon.png
- the local folder is NOT duplicated there.The text was updated successfully, but these errors were encountered: