I'm designing sites for 2 clients at the moment, both initially created in Business 7.0.0., later upgraded to 7.0.1
In Act_Primary_html, they have the following code...
In Site 1:
<Actinic:NOWSERVING/>
<Actinic:CURRACCOUNT/>
<Actinic:LOGOUT_SIMPLE/>
When you are logged in, this displays the account name, user name and "Logout".
In Site 2:
<actinic:nowserving></actinic:nowserving>
<actinic:curraccount></actinic:curraccount>
<actinic:logout_simple></actinic:logout_simple>
When you are logged in, this displays a welcome message and the account name.
I would like Site 2 to display the same as Site 1 but, if I copy the code across and upload, I get "Page Not Found" errors.
Is it because I might have started with different themes? I thought I'd started both with Business CSS but I could be wrong about that.
Malcolm
In Act_Primary_html, they have the following code...
In Site 1:
<Actinic:NOWSERVING/>
<Actinic:CURRACCOUNT/>
<Actinic:LOGOUT_SIMPLE/>
When you are logged in, this displays the account name, user name and "Logout".
In Site 2:
<actinic:nowserving></actinic:nowserving>
<actinic:curraccount></actinic:curraccount>
<actinic:logout_simple></actinic:logout_simple>
When you are logged in, this displays a welcome message and the account name.
I would like Site 2 to display the same as Site 1 but, if I copy the code across and upload, I get "Page Not Found" errors.
Is it because I might have started with different themes? I thought I'd started both with Business CSS but I could be wrong about that.
Malcolm
Comment