<< Back index.php Guide Home

Frontend.php

 

mosLoadComponent( $name )

Includes the code for the component named $name

 

mosCountModules(  $position='left' )

Returns the number of modules in $position.

 

mosLoadModules( $position='left', $horiz=false )

Loads all of the modules in $position. If $horiz is set to true, output is formatted horizontally.

Includes: includes/frontend.html.php, which defines a class that handles the outputting of module content.

 

mosParseParams( $txt )

Returns an object containing all of the parameters contained in the string $txt.

 

mosSendAdminMail( $adminName, $adminEmail, $email, $type, $title, $author )

Sends an e-mail to the admin?

 

mosNotAuth()

Displays a message for unauthorized access attempts and tells visitors to log in.