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

