# aboutpage_a = '
%s: %s' # aboutpage_b = 'running v%s' # aboutpage_ca = 'if there are problems with this page or any other page, contact' # aboutpage_cb = 'if there are problems with this page or any other page, contact either' # aboutpage_d = ' %s (email)' ".file_get_contents(__DIR__."/../../data/misc/icon/html.html").""; $output=$output.sprintf( $strings['a'], $conf['META']['svn'], $strings['meta_project_name'], $strings['meta_project_desc'] ). '
'. sprintf( $strings['b'], sprintf( '%d.%d.%d', $conf['META']['version'][0], $conf['META']['version'][1], $conf['META']['version'][2] ) ). '
'. $strings['ca']. '
'. sprintf( $strings['d'], $conf['MAINTAINERS_0']['name'], $conf['MAINTAINERS_0']['email'], $conf['MAINTAINERS_0']['email'] ); return $output; } ?>