dreamjob/lib/Cake/Test/test_app/Config/htmlhelper_tags.php

9 lines
153 B
PHP
Raw Normal View History

2015-03-31 14:49:03 +02:00
<?php
$config = array(
'tags' => array(
'form' => 'start form',
'formend' => 'finish form',
'hiddenblock' => '<div class="hidden">%s</div>'
)
);