FRONT PAGE

The purpose of the front page is to provide customizable platform allowing the system administrator to create a unique appearance for Photo Organizer. Currently the Front Page consists only of a single page that is the default page of the software, but we have plans to extend the Front Page and turn it into a complete customer interface. When the implementation is completed PO will have two interfaces, the customer interface that will be fully customizable and the user interface that will be a futher developed version of the current interface.

FRONT PAGE STRUCTURE

The front page is composed by three main elements. These are:

The PHP PROLOG

The PHP PROLOG should be the first tag of your template. This creates the environment for the PHP primitives that are described in the following paragraph. This has the following static structure:

The PHP PRIMITIVES

The PHP EPILOG

The PHP EPILOG should be the last tag of your template. Its purpose is to close all connections that were set up by the PHP PROLOG. This has the following static structure:


SEE ALSO