3.2.2.3 Changing an interface model



In order to change the interface model, simply choose the option ‘Edit’ contained immediately after the model title.



The means of editing an interface model takes on the following appearance:



The respective title is contained in the title box.

The following box defines the HTML/PHP/Javascript/Flash code placed prior to the main content area, that is before inserting the various article and page object components.



Finally, the text box ‘Code after main content’ contains a HTML/PHP/Javascript code to be inserted after the main content area. This box does not need to contain any code whenever there is no need to insert such a code subsequent to the content area.




Immediately below are the 'Save' and 'Preview' options. The button ‘Save’ results in the changes made being saved to the system. The ‘Preview’ button enables a viewing of the interface model before any changes are actually completed.

To insert multiple page objects (or articles directly) somewhere in a interface use the following PHP code formula:


$headline=24; # insert page object 24
include 'headline/show.php';


This can be done for articles using:


$article=2344; # insert page object 2344
include 'article/show.php';


PreviousNext