NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:admin:backend-default-text [2009/10/25 17:47] Claus |
english:phpwcms-system:admin:backend-default-text [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== backend default text ====== | ====== backend default text ====== | ||
| - | |||
| - | FIXME (Translate) | ||
| Line 10: | Line 8: | ||
| Think of it as a convenient way to show hot news to all of your customers or use it individually as some TODO list or.... | Think of it as a convenient way to show hot news to all of your customers or use it individually as some TODO list or.... | ||
| + | Have a look to: [[english/other-enhancements/backend/custom-links-in-home]] | ||
| + | \\ | ||
| + | ---- | ||
| **Autor:** Markus Schartner (markus_s) http://www.4x4-tirol.at 2009/10/24 \\ | **Autor:** Markus Schartner (markus_s) http://www.4x4-tirol.at 2009/10/24 \\ | ||
| **CMS Version:** >= V1.3.x | **CMS Version:** >= V1.3.x | ||
| + | ---- | ||
| + | \\ | ||
| Here is some picture: | Here is some picture: | ||
| Line 23: | Line 25: | ||
| Drop it into the text input field under /admin/"backend default text". | Drop it into the text input field under /admin/"backend default text". | ||
| - | <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(); | ||
| Line 41: | Line 52: | ||
| </code> | </code> | ||
| + | \\ | ||
| here is index.php - which is setting up the news page: | here is index.php - which is setting up the news page: | ||