Imagine you have a list of elements. E.g. some DIV's (or something else) and you want to surround or wrap blocks or chunks of 3 with an <li> element.
<li>
foo
| 'SYS' => array( | |
| 'UTF8filesystem' => '1', | |
| 'binPath' => '/usr/bin', | |
| 'clearCacheSystem' => '1', | |
| 'compat_version' => '6.2', | |
| 'curlUse' => '1', | |
| 'ddmmyy' => 'd.m.y', | |
| 'debugExceptionHandler' => '', | |
| 'defaultCategorizedTables' => 'tt_content,pages,sys_file_metadata', | |
| 'devIPmask' => '127.0.0.1', |
| 'FE' => array( | |
| 'debug' => '2', /* shows Errors if devIPmask matches in FE */ | |
| 'formmailMaxAttachmentSize' => '2500000', | |
| 'hidePagesIfNotTranslatedByDefault' => '0', | |
| 'loginSecurityLevel' => 'rsa', | |
| 'pageNotFound_handling_statheader' => 'HTTP/1.0 404 Not Found', | |
| ), | |
| 'SYS' => array( | |
| 'UTF8filesystem' => '1', |