External login/welcome text module
stuporglue
Joined: 2006-06-16
Posts: 10 |
Posted: Fri, 2006-06-23 06:11 |
In response to my problem here: http://gallery.menalto.com/node/50498 I'm writing a module that will make either "log in" or "Welcome $USER_NAME" appear on any external PHP page. I have it mostly working, but need some help cleaning it up. You can see that it working by visiting: <url removed since that site is no longer active, and it's still giving dead links...> The problem is, I just want "<a href="URL">login</a>" or "Welcome $USER_NAME" to appear, but my module loads the entire theme template. My loginView looks like this: Quote:
class loginView extends GalleryView{ How can I make it not load the rest of the template? Thanks, Michael Moore edit: |
|