Artiklerne under dette emne viser hvilke variable man kan anvende og arrangere på diverse sider under kundernes: Min konto. Now you can use the tpl files for the account section. This is for customers can change the style and place the elements at their free will. If you want to add some custom/local changes to any of the following tpls, first you have to place that tpl in your site’s themes/enabled theme/account folder. For example, if we are using the grey theme and we need to add some changes in account.php page, account.tpl file should be placed in themes/grey/account/account.tpl.
If you want to add some new custom changes, you need to add a new custom php file for that page in themes/functions/ folder with name custom_tpl_{$page}. For eg: If you want to add some custom/local changes in account.php , you need to add a custom php file with name custom_tpl_account.php in themes/functions/ folder where you can add the new changes and assign those to a php variable. Also you should place that variable in account.tpl file on themes/enabled theme/account folder. This article explain the list of tpl files used in the account section. |