| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/johnhoban/hold_html/administrator/modules/ |
Upload File : |
<?php
/**
* @version $Id: mod_quickicon.php,v 1.10 2005/02/16 03:51:48 kochp Exp $
* @package Mambo
* @copyright (C) 2000 - 2005 Miro International Pty Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software
*/
/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
<table width="100%" class="cpanel">
<tr>
<td align="center" style="height:100px">
<a href="index2.php?option=com_admin&task=help" style="text-decoration:none;">
<img src="images/support.png" width="48" height="48" align="middle" border="0"/>
<br />
Help
</a>
</td>
<td align="center" style="height:100px">
<a href="index2.php?option=com_content&sectionid=0" style="text-decoration:none;">
<img src="images/addedit.png" width="48" height="48" align="middle" border="0"/>
<br />
All Content Items
</a>
</td>
<td align="center" style="height:100px">
<a href="index2.php?option=com_typedcontent" style="text-decoration:none;">
<img src="images/addedit.png" width="48" height="48" align="middle" border="0"/>
<br />
Static Content Manager
</a>
</td>
<td>
<a href="index2.php?option=com_frontpage" style="text-decoration:none;">
<img src="images/frontpage.png" width="48" height="48" align="middle" border="0"/>
<br />
Frontpage Manager
</a>
</td>
</tr>
<tr>
<td align="center" style="height:100px">
<a href="index2.php?option=com_sections&scope=content" style="text-decoration:none;">
<img src="images/sections.png" width="48" height="48" align="middle" border="0"/>
<br />
Section Manager
</a>
</td>
<td align="center" style="height:100px">
<a href="index2.php?option=com_categories&section=content" style="text-decoration:none;">
<img src="images/categories.png" width="48" height="48" align="middle" border="0"/>
<br />
Category Manager
</a>
</td>
<td align="center" style="height:100px">
<a href="index2.php?option=com_media" style="text-decoration:none;">
<img src="images/mediamanager.png" width="48" height="48" align="middle" border="0"/>
<br />
Media Manager
</a>
</td>
<td align="center" style="height:100px">
</td>
</tr>
<tr>
<td align="center" style="height:100px">
<?php
if ( $acl->acl_check( 'administration', 'manage', 'users', $my->usertype, 'components', 'com_trash' ) ) {
?>
<a href="index2.php?option=com_trash" style="text-decoration:none;">
<img src="images/trash.png" width="48" height="48" align="middle" border="0"/>
<br />
Trash Manager
</a>
<?php
}
?>
</td>
<td>
<?php
if ( $acl->acl_check( 'administration', 'manage', 'users', $my->usertype, 'components', 'com_menumanager' ) ) {
?>
<a href="index2.php?option=com_menumanager" style="text-decoration:none;">
<img src="images/menu.png" width="48" height="48" align="middle" border="0"/>
<br />
Menu Manager
</a>
<?php
}
?>
</td>
<td align="center" style="height:100px">
<?php
if ( $acl->acl_check( 'administration', 'manage', 'users', $my->usertype, 'components', 'com_users' ) ) {
?>
<a href="index2.php?option=com_users" style="text-decoration:none;">
<img src="images/user.png" width="48" height="48" align="middle" border="0"/>
<br />
User Manager
</a>
<?php
}
?>
</td>
<td align="center" style="height:100px">
<?php
if ( $acl->acl_check( 'administration', 'config', 'users', $my->usertype ) ) {
?>
<a href="index2.php?option=com_config&hidemainmenu=1" style="text-decoration:none;">
<img src="images/config.png" width="48" height="48" align="middle" border="0"/>
<br />
Global Configuration
</a>
<?php
}
?>
</td>
</tr>
</table>