carbik Posted September 23, 2011 Share Posted September 23, 2011 Hello, I need to <body id> was filled in modules mailalerts. I have some problem with change in css and this would help me a lot. I add this line from mailalerts/my-account.tpl into the blockmyaccount.tpl. <li> <a href="{$base_dir_ssl}modules/mailalerts/myalerts.php" title="{l s='My alerts' mod='mailalerts'}"><img src="{$img_dir}icon/mailalerts.gif" alt="{l s='My alerts' mod='mailalerts'}" class="icon" /></a> <a href="{$base_dir_ssl}modules/mailalerts/myalerts.php" title="{l s='My alerts' mod='mailalerts'}">{l s='My alerts' mod='mailalerts'}</a> </li> When I click (I my account mode) to "History and details of my orders", "My merchandise returns" and so on, then <body id> have name from same tpl file. But when I click on "My alerts" <body id> is empty. I don't know how add <body id> in "My alerts". Can anybody help me? Link to comment Share on other sites More sharing options...
carbik Posted September 25, 2011 Author Share Posted September 25, 2011 At this time I solved by direct entry to blockmyaccount.tpl. Like this: <style> ul {... } </style> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now