PHP Classes

File: htdocs/themes/xbootstrap5/config/module_icons.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/config/module_icons.php   Download  
File: htdocs/themes/xbootstrap5/config/module_icons.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 276 bytes
 

Contents

Class file image Download
<?php

return [
   
'profile' => [
       
'main' => 'fa-solid fa-id-card',
       
'sub' => [
           
'editaccount' => 'fa-solid fa-pen',
           
'search' => 'fa-solid fa-magnifying-glass',
           
'changepass' => 'fa-solid fa-rotate',
        ],
    ],
];