NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:admin:backend-standardtext [2009/10/24 14:06] Knut Heermann (flip-flop) |
deutsch:phpwcms-system:admin:backend-standardtext [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Backend Standardtext ====== | ====== Backend Standardtext ====== | ||
| - | |||
| - | |||
| - | FIXME | ||
| - | |||
| - | **Autor:** Markus Schartner (markus_s) http://www.4x4-tirol.at 2009/10/24 \\ | ||
| - | **CMS Version:** >= V1.3.x | ||
| - | |||
| Line 16: | Line 9: | ||
| Eine Anwendung wäre z.b. wenn Sie allen Ihren Kunden aktuelle | Eine Anwendung wäre z.b. wenn Sie allen Ihren Kunden aktuelle | ||
| News auf Ihre Startseite im Login Bereich senden möchten. | News auf Ihre Startseite im Login Bereich senden möchten. | ||
| + | |||
| + | |||
| + | **Autor:** Markus Schartner (markus_s) http://www.4x4-tirol.at 2009/10/24 \\ | ||
| + | **CMS Version:** >= V1.3.x | ||
| + | |||
| Hier eine Abbildung: | Hier eine Abbildung: | ||
| Line 25: | Line 23: | ||
| Dieser Code ist unter "Backend Standardtext" einzutragen. | Dieser Code ist unter "Backend Standardtext" einzutragen. | ||
| - | <code html> | + | <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."); } | ||
| + | // ------------------------------------------------------------------------------------------- | ||
| + | ?> | ||
| + | |||
| + | <?php | ||
| function url_include($url) { | function url_include($url) { | ||
| $ch = curl_init(); | $ch = curl_init(); | ||