ekmTags: [ekm:customerlogout]
Create a link that will log the customer out of the shop.
| Full Tag
|
[ekm:customerlogout] [/ekm:customerlogout]
|
| Basic Usage
|
[ekm:customerlogout]
output='Log Out';
style='font-family:Arial, Helvetica, sans-serif;';
class='yourClassName';
[/ekm:customerlogout]
|
| Example Output
|
| Log Out
|
<a id="ppLogoutLinkID1" class="ppLogoutLink yourClassName"
style="font-family:Arial, Helvetica, sans-serif;"
href="index.asp?function=PP-LOGOUT">Log Out</a>
|
Tag Parameters
| Allows to you specify visible contains of the link.
|
| Possible Values
|
| Any Text
|
Any text or phrase can be used as the link.
|
| Any Image Tag
|
A html image tag could be used.
|
| Allows you to add a CSS inline style to the link tag.
|
| Possible Values
|
| Any Valid CSS
|
You can add any strandard css
|
| Allows you to add an additional class name to the link tag. It will automatically have a class named 'ppLogoutLink'. This will allow you to add additional class names to the link.
|
| Possible Values
|
| User Defined
|
Any name you like. Multiple names can be added, simple list them seperated with a space.
|
« Back