|
You are here :
Design Changes » seitenaufbau.php |
seitenaufbau.php |
This page contains basic information about your entire website structure |
|
|
|
|
|
Note: "seitenaufbau.php" translates "site_structure.php"
Use the following snippets inside the 'seitenaufbau.php' to change the design. Find the 'seitenaufbau.php' in: aufbau/php_content/Your_Style/.
| description (Class from: aufbau/php_conent/Storyboard.css) |
Syntax |
| Please keep the <body> Tags and the HTML end (</HTML>) of the seitenaufbau.php. |
language selector as dropdown: (Dropdown:.dropdownsmallfp/Go Button:.button) Lists and jumps to the selected language installed by setup. |
<? languageswitcher("dropdown",0); ?> |
|
language selector as flags: Lists all languages as flags in a row (here with a spacing of 40 px). Please choose the right integer number for the desired spacing. |
<? languageswitcher("flag",40); ?> |
Login: (Dropdown:.input/Log in Button:.button) It is recommended to place the login on the start page and to create another page that executes the login. Registered members will receive further information from this page. |
<? login(); ?> |
Show horizontal navigation 1-4:
|
<? include ("aufbau/horizontalnav1.php"); include ("aufbau/horizontalnav2.php"); include ("aufbau/horizontalnav3.php"); include ("aufbau/horizontalnav4.php"); ?> |
| Show vertical navigation 1-4: |
<? include ("aufbau/verticalnav1.php"); include ("aufbau/verticalnav2.php"); include ("aufbau/verticalnav3.php"); include ("aufbau/verticalnav4.php"); ?> |
Show search: If include this function in the seitenaufbau.php, you can use the searchfunction on every page. |
<? suchfunktion(); ?> |
Show site activity: Shows visitors the total number of visits on your page plus how many visitors are currently online... |
<? include ('onlinecounter.php'); ?> |
Show path to the current document: e.g.: You are here : CMS � Features � Downloadmanager
|
<? include ('aufbau/documentpath.php'); ?> |
|
|
Last Update 2006-07-06 | | | Copyright© fastpublish CMS 2010 | |  |  |
|
|