I need to change the template depends on the sessions, that means Once user logged in we need to change the template.
note: I need to achieve this by coding not from administrator.
any help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have solved my problem with assigning template manually through coding part.
I did by changing the function in includes/application.php
Function name is
getTemplate();This function returns the template name.Its worked for me.