Weblancet
Simplicity
We designed WebLancet to be as easy as possible to use. More
Scalability
WebLancet is designed to be scalable and extendable beyond the limits of imagination. More
Open source
WebLancet meets demand best as it is driven by community. More
Messaging
Messaging
2012 01 20 00:00:01

Dirty way to add messages to system:

{php}$contro= new MessageController();    $this->assign('mView', $contro->getView('Default', $this->get_template_vars('agreement')));{/php}
    {$mView->getContent()}

*FIXME* there should be a smarty componet like {weblancet_messages model=$model}