示例#1
0
</label>
        <span><?php 
echo 'PHP: ' . $lC_ObjectInfo->get('php') . ' / Zend: ' . $lC_ObjectInfo->get('zend') . ' (' . lc_link_object(lc_href_link_admin(FILENAME_DEFAULT, $lC_Template->getModule() . '&action=phpInfo'), $lC_Language->get('more_information'), 'target="_blank"') . ')';
?>
</span>
      </p>          
    </div>
    
    <div class="new-row six-columns twelve-columns-tablet">
      <fieldset class="fieldset">
        <legend class="legend"><?php 
echo $lC_Language->get('heading_legend_addons_running');
?>
</legend>    
        <ul class="list spaced addons-list"><?php 
echo lC_Server_info_Admin::listAddons();
?>
</ul>    
      </fieldset>
    </div>

    <div class="six-columns twelve-columns-tablet">
      <fieldset class="fieldset large-margin-right">
        <legend class="legend"><?php 
echo $lC_Language->get('heading_legend_hooks_running');
?>
</legend>    
        <ul class="list spaced hooks-list"><?php 
echo lC_Server_info_Admin::checkHooks();
?>
</p>