示例#1
0
文件: html.php 项目: soska/dte
 /**
  * Returns a properly formatted html attributes;
  *
  * @param string $atts 
  * @return void
  * @author Armando Sosa
  */
 function attr($atts = array())
 {
     return csml::attr($atts);
 }