<{$module->modinfo.name|escape}> |
<{$smarty.const._MD_A_BASE_LANG_NAME}> | <{$module->getVar('name',e)}> |
---|---|---|
<{$smarty.const._MD_A_BASE_LANG_MOD_DIR_NAME}> | <{$module->getVar('dirname',e)}> | |
<{$smarty.const._MD_A_BASE_LANG_VERSION}> | <{math equation="v/100" v=$module->getVar('version') format="%.2f"}> <{if $module->getVar('version') != $module->modinfo.version * 100 }> » <{math equation=$module->modinfo.version format="%.2f"}> <{/if}> | |
<{$smarty.const._MD_A_BASE_LANG_MID}> | <{if $module->getVar('mid')}> <{$module->getVar('mid')}> <{else}> -- <{/if}> | |
<{$smarty.const._MD_A_BASE_LANG_LASTUPDATE}> | <{if $module->getVar('last_update')}> <{$module->getVar('last_update')|xoops_formattimestamp:l}> <{else}> -- <{/if}> | |
<{$smarty.const._MD_A_BASE_LANG_MOD_DESC}> | <{$module->modinfo.description|escape}> |