|
User Pages |
Top Previous Next |
|
The administrator can manage site pages: add new pages, edit and delete existing pages. Instructions how to do it read in this section.
User Page is a page that is used for displaying any of the functions available in the system.
The administrator can set the following User Page parameters:
The administrator can add or delete additional user pages by using a ‘User Pages’ section in the admin panel. E.g., if you want to add an additional static page to your site, you should fill all the necessary fields in the User Page Form. Then, in the Module field choose static_content, in the Function field choose static_page and set Page ID Parameter in the pageID field. To finish adding a new page, click the Add button.
Note: Values of 'Title', 'Keywords', 'Description' can also be specified in page and module templates using the following syntax: {title}My Title{/title} , {keywords}My Keywords{/keywords} , {description}My Description{/description}. The 'My Title', 'My Keywords', 'My Description' values will be assigned to the global values: $TITLE, $KEYWORDS, $DESCRIPTION. It allows to pass information from local variables of a template to the global values $TITLE, $KEYWORDS, $DESCRIPTION , e.g., the information about listing details. |