вопрос
How we can have separate skin for guests and members?
for example, default skin for guests members and after they logged, skin will change to enother skin!
for example, default skin for guests members and after they logged, skin will change to enother skin!
Two templates in one file, and share them with appropriate tags.
For example:
and so in each template file
For example:
[group=5]
<!-- then code the first template -->
[/group]
[not-group=5]
<!-- then code the second template -->
[/not-group]
and so in each template file