Symfony - Include partial

Posted . Visible to the public.
<?php include_partial('global/messagebox', array(
  'msg_type' => 'success',
  'text' => 'Accepted terms. Wellcome.')); ?>
Saul
Posted by Saul to Saul (2013-03-06 18:41)