XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
rmc_mod_log.php
Go to the documentation of this file.
1 <h1 class="rmc_titles"><?php echo $log_title; ?></h1>
2 <div class="mod_options">
3  <a href="modules.php"><?php _e('Go to Modules Management','rmcommon'); ?></a>
4  <?php if($action!='uninstall_module' && $module): ?>
5  <?php if($module->getVar('hasmain')): ?>
6  | <a href="<?php echo XOOPS_URL; ?>/modules/<?php echo $module->dirname(); ?>/<?php echo $module->getInfo('adminindex'); ?>"><?php echo sprintf(__('%s Control Panel','rmcommon'), $module->name()); ?></a>
7  <?php endif; ?>
8  <?php endif; ?>
9 </div>
10 <div class="mod_log rounded">
11  <?php echo $module_log; ?>
12 </div>
13 <div class="mod_options">
14  <a href="modules.php"><?php _e('Go to Modules Management','rmcommon'); ?></a>
15  <?php if($action!='uninstall_module' && $module): ?>
16  <?php if($module->getVar('hasmain')): ?>
17  | <a href="<?php echo XOOPS_URL; ?>/modules/<?php echo $module->dirname(); ?>/<?php echo $module->getInfo('adminindex'); ?>"><?php echo sprintf(__('%s Control Panel','rmcommon'), $module->name()); ?></a>
18  <?php endif; ?>
19  <?php endif; ?>
20 </div>