NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:backend:custom-links-in-home [2010/11/13 07:55] Knut Heermann (flip-flop) |
deutsch:andere-erweiterungen:backend:custom-links-in-home [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 75: | Line 75: | ||
| **Datei:** template/inc_default/startup.php | **Datei:** template/inc_default/startup.php | ||
| - | <code hrml> | + | <code php> |
| + | |||
| + | <code php> | ||
| + | <?php | ||
| + | // -------------------------------------!!!! Don´t touch !!!!--------------------------------- | ||
| + | // obligate check for phpwcms constants | ||
| + | if (!defined('PHPWCMS_ROOT')) {die("You Cannot Access This Script Directly, Have a Nice Day."); } | ||
| + | // ------------------------------------------------------------------------------------------- | ||
| + | ?> | ||
| + | |||
| <!-- fill in information for your customers here --> | <!-- fill in information for your customers here --> | ||