[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/smarty/plugins/ -> block.cms_markdown.php (source)

   1  <?php
   2  
   3  include_once  "modifier.markdown.php";
   4  
   5  function smarty_block_cms_markdown($params, $content, &$smarty)
   6  {
   7    if( isset( $content ) )
   8    {
   9      return Markdown( $content );
  10    }
  11  }
  12  
  13  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7