session.tpl
Description
The session template shows two states, and reacts to whether the customer is logged in or not as the screenshots show.
Template file location
/skins/YOUR_SKIN/styleTemplates/boxes/session.tpl
Control file location
/includes/boxes/session.inc.php
Classic skin template output screenshot
If the customer is not logged in:

If the customer is logged in:

Basic template structure
<!-- BEGIN: session -->
<!-- BEGIN: session_false -->
If the customer is not logged in.
<!-- END: session_false -->
<!-- BEGIN: session_true -->
If the customer is logged in.
<!-- END: session_true -->
<!-- END: session -->
|