1 2 3 4 5
[?php if ($sf_flash->has('notice')): ?] <div class="save-ok"> <h2>[?php echo __($sf_flash->get('notice')) ?]</h2> </div> [?php endif; ?]