NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:backend:custom-links-in-home [2010/09/08 09:20] Knut Heermann (flip-flop) |
deutsch:andere-erweiterungen:backend:custom-links-in-home [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 54: | Line 54: | ||
| <code html><a href="phpwcms.php?do=articles&open=13:1"></code> | <code html><a href="phpwcms.php?do=articles&open=13:1"></code> | ||
| \\ | \\ | ||
| - | **Offne den Artikel mit der ID=15:** | + | **Öffne den Artikel mit der ID=15:** |
| <code html><a href="phpwcms.php?do=articles&p=2&s=1&id=15"></code> | <code html><a href="phpwcms.php?do=articles&p=2&s=1&id=15"></code> | ||
| \\ | \\ | ||
| 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 --> | ||