OXID Community Forum> Solution: Dynamicly inlcude CMS-pages |
Login |
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Reply |
|
|
Thread Tools | Display Modes |
|
because my original thread was close by the admin (see Thread 13345) and because i want to share the solution to all users, not only the german speaking ones, here it is:
Code:
[{php}]
for( $i = 0; $i < 15; $i++ ){
$this->_tpl_vars["advertisementID"] = "advertisement".$i;
[{/php}]
[{oxifcontent ident=$advertisementID object="oCont"}]
[{ oxcontent ident=$advertisementID }]
[{/oxifcontent}]
[{php}]
}
[{/php}]
if someone knows a better solution or knows, how to code this in pure smarty, please let me/us know. greetings wayne Last edited by wayne0101; 02-17-2012 at 01:49 PM. |
|||
|
Quote:
That's not an everyday behaviour yet :-) Regards
__________________
Marco http://about.me/marco.steinhaeuser Will ignore unsolicited support requests via PM, email or IM. |
|||||
| Reply |
| Bookmarks |
| Tags |
| cms, cmspages, dynamicly, inlcude, solution, template |
| Thread Tools | |
| Display Modes | |
|
Nicht Sichtbar
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamicly inlcude CMS-pages? | wayne0101 | Templates and Design | 1 | 02-16-2012 06:27 PM |
| OXID Best Solution Award | Marco Steinhaeuser | Allgemeines | 10 | 10-18-2010 03:05 PM |
| Cart-bug (and solution) | avenger | Templates and Design | 2 | 02-12-2010 11:45 AM |
| Solution: If you have problems with the CSV Separator | artvera | Administration | 1 | 07-30-2009 02:17 PM |