NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:ersetzer_rts:frontend_render:wrap_show_contentx [2011/01/21 11:25] Knut Heermann (flip-flop) |
deutsch:ersetzer_rts:frontend_render:wrap_show_contentx [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 320: | Line 320: | ||
| // +KH 19.01.11 parse SHOW_CONTENT a second time | // +KH 19.01.11 parse SHOW_CONTENT a second time | ||
| - | if (strpos($string, '{SHOW_CONTENT:') != false) | + | while (strpos($string, '{SHOW_CONTENT:') != false) |
| $string = preg_replace('/\{SHOW_CONTENT:(.*?)\}/e', 'showSelectedContent("$1");', $string); | $string = preg_replace('/\{SHOW_CONTENT:(.*?)\}/e', 'showSelectedContent("$1");', $string); | ||