FundacionLQDVI_WebCongresos/www/components/com_chronocontact/libraries/includes/Debug.php

13 lines
369 B
PHP
Raw Normal View History

<style type="text/css">
span.cf_debug {
background:#8BC0FF url(<?php echo JURI::Base().'components/com_chronocontact/css/'; ?>images/debug.png) no-repeat scroll 10px 50%;
border:1px solid #fff;
color:#000;
display:block;
margin:15px 0pt;
padding:8px 10px 8px 36px;
}
</style>
<?php
echo '<span class="cf_debug"><ol>'.$MyForm->formdebug.'</ol></span>';
?>