Project:
claro-contact-applet
Code Location:
http://claro-contact-applet.googlecode.com/svn/trunk/trunk
entry.php
<?php // Include module configuration include_once claro_get_conf_repository().'CONTACT.conf.php'; // Business logic $out = '<a href="' . get_module_url('CONTACT') . '/contact.php">' . get_conf('applet_contact_link_name') . '</a>'; // Add output to buffer $claro_buffer->append( $out ); ?>
