{cms_textile} {/cms_textile} {content|textile}
Where do I start developing?

Where do I start learning how to code in this support?
Or are there developers interested in doing this job?
Code: Select all
# -- Modifier Interface ------------------------------------------------
function smarty_modifier_textile($text) {
$textile = new Textile();
return $textile->TextileThis($text);
}
Code: Select all
<?php
include_once "modifier.textile.php";
function smarty_block_cms_textile($params, $content, &$smarty)
{
if( isset( $content ) )
{
$textile = new Textile();
return $textile->TextileThis( $content );
}
}
?>
[The extension txt has been deactivated and can no longer be displayed.]
[The extension txt has been deactivated and can no longer be displayed.]