Annotation of /mambo/branches/4.6/includes/frontend.php
Parent Directory
|
Revision Log
Revision 297 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | csouza | 297 | * @package Mambo Open Source |
| 4 : | * @copyright (C) 2005 - 2006 Mambo Foundation Inc. | ||
| 5 : | root | 1 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 6 : | csouza | 297 | * |
| 7 : | * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure | ||
| 8 : | * that Mambo remained free Open Source software owned and managed by the community. | ||
| 9 : | root | 1 | * Mambo is Free Software |
| 10 : | csouza | 297 | */ |
| 11 : | root | 1 | |
| 12 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | /** | ||
| 14 : | * Displays the capture output of the main element | ||
| 15 : | */ | ||
| 16 : | function mosMainBody() { | ||
| 17 : | counterpoi | 238 | t $handler =& mosComponentHandler::getInstance(); |
| 18 : | counterpoi | 170 | t $handler->mosMainBody(); |
| 19 : | root | 1 | } |
| 20 : | |||
| 21 : | /** | ||
| 22 : | * @param string THe template position | ||
| 23 : | */ | ||
| 24 : | function mosCountModules( $position='left' ) { | ||
| 25 : | counterpoi | 238 | t $handler =& mosModuleHandler::getInstance(); |
| 26 : | counterpoi | 170 | t return $handler->mosCountModules($position); |
| 27 : | root | 1 | } |
| 28 : | counterpoi | 170 | t |
| 29 : | root | 1 | /** |
| 30 : | * @param string The position | ||
| 31 : | * @param int The style. 0=normal, 1=horiz, -1=no wrapper | ||
| 32 : | */ | ||
| 33 : | function mosLoadModules( $position='left', $style=0 ) { | ||
| 34 : | counterpoi | 238 | t $handler =& mosModuleHandler::getInstance(); |
| 35 : | counterpoi | 170 | t return $handler->mosLoadModules($position, $style); |
| 36 : | root | 1 | } |
| 37 : | /** | ||
| 38 : | * Assembles head tags | ||
| 39 : | */ | ||
| 40 : | function mosShowHead() { | ||
| 41 : | counterpoi | 238 | t $mainframe =& mosMainFrame::getInstance(); |
| 42 : | counterpoi | 170 | t $mainframe->mosShowHead(); |
| 43 : | root | 1 | } |
| 44 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

