2017-04-23, 17:19:03
I am new and beginner with PHP .
i placed the following codes in sidebar component . It always remove my 2nd line , even i placed them in one line, always remove welcome_message_login('en') line. hence i am not able to display logout button.
<?php echo show_login_box('en'); ?>
<?php echo welcome_message_login('en'); ?>
Hope anyone may help me on this . Thank you
i placed the following codes in sidebar component . It always remove my 2nd line , even i placed them in one line, always remove welcome_message_login('en') line. hence i am not able to display logout button.
<?php echo show_login_box('en'); ?>
<?php echo welcome_message_login('en'); ?>
Hope anyone may help me on this . Thank you