I moved this code from templates/template_default/templates/tpl_index_default.php
into the left cell (navColumnOne) of templates/mytemplate/common/tpl_main_page.php<?php if (SHOW_CUSTOMER_GREETING == 1) { ?>
<h2 class="greeting"><?php echo zen_customer_greeting(); ?></h2>
<?php } ?>
It works perfect on the home page but other pages show the define code TEXT_GREETING_GUEST.
What else needs to be modified to allow this move.



