mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
7 lines
179 B
BlitzBasic
7 lines
179 B
BlitzBasic
//<?
|
|
|
|
$class = e107::getBB()->getClass('time');
|
|
|
|
include_once(e_HANDLER."date_handler.php");
|
|
return "<span class='{$class}'>".convert::convert_date($code_text, $parm)."</span>";
|