Hi,
If I wanted to introduce some conditional logic to display the sidebar position and associated modules on the "Edit Profile" page, WHERE (i.e., in which file and on what line) would I insert the code?
Conceptually, the conditional statement would look to see if the "Edit Profile" page was displayed and, if so, then display the sidebar module code and mainbody with corresponding styling. In other words, if the conditional statement is true, then insert the sidebar module code and style the mainbody as follows:
<div id="rt-main" class="sa3-mb9">
<div class="rt-grid-9 rt-push-3">
<div id="rt-content-top">
<div class="rt-grid-9 rt-alpha rt-omega">
<div class="module-full">
The module would be hard-coded into the conditional statement that would display the sidebar if the current page was the Edit Profile page.
Questions:
1. Is this approach reasonable given the nature of the problem? And, if so, then
2. In which file and on (approx.) what line would I insert the conditional statement?
Thank you!