help with a module
we2by
Joined: 2005-11-23
Posts: 4 |
![]() |
Hello,I have read the module development at http://txtdump.com/g2dev/index.php. I have successfully create a static page how should I do that/? thanks |
|
Posts: 32509
in your template you can use:
http://codex.gallery2.org/index.php/Gallery2:Tpl_Reference#User_Information
{$user.isRegistered}
blablabla text for logged in users
{/if}