1 2 3 4 5 6 7 8 9
<?php return array( 'filter' => array( '%.*%' => array( '%alt="(.+)" */>%' => '/><br/>$1', '%\.png%' => '_rollover.png', ), ), );