NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:backend:custom-links-in-home [2010/09/08 08:54] Knut Heermann (flip-flop) |
deutsch:andere-erweiterungen:backend:custom-links-in-home [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| ---- | ---- | ||
| - | FIXME Translate | ||
| \\ | \\ | ||
| - | Schaue in die Datei "include/inc_ext/be_special/startupX(_YY).php" und du wirst die Funktion verstehen. | + | FIXME bessere Erklärung \\ |
| + | Schaue in die Datei "include/inc_ext/be_special/startupX(_YY).php" um die Funktion verstehen. | ||
| Die Variablen für z.B. "%%$BL['be_custom_link01_1_title']%%" finden wir in "include/inc_ext/be_special/lang/backend/(YY)/lang.inc.php". | Die Variablen für z.B. "%%$BL['be_custom_link01_1_title']%%" finden wir in "include/inc_ext/be_special/lang/backend/(YY)/lang.inc.php". | ||
| - | <note>Bitte ein wenig ausprobieren. **Wenn ein Bereich in "startupX(_YY).php" nicht gebraucht wird, bitte einfach die Einträge löschen.** </note> | + | <note>Bitte ein wenig ausprobieren. **Wenn ein Bereich in "startupX(_YY).php" nicht gebraucht wird, bitte einfach den entsprechenden Eintrag löschen.** </note> |
| ~~UP~~ | ~~UP~~ | ||
| 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 --> | ||