Collections functions
General functions
Render functions
Theme permission functions
User functions
Resource functions

checkConfigCustomHomePanels()

Parameters

ColumnTypeDefaultDescription
$tile
$tile_style

Location

include/dash_functions.php lines 367 to 379

Definition

 
function checkConfigCustomHomePanels($tile,$tile_style)
    {
    global 
$custom_home_panels;
    
$tile_config_set FALSE;
    for (
$n=0;$n<count($custom_home_panels);$n++)
            {
            if(
existing_tile($tile["title"],$tile["all_users"],$tile["url"],$tile["link"],$tile["reload_interval_secs"],$tile["resource_count"],$tile["txt"]))
                {
                
$tile_config_set TRUE;
                }
            }
    return 
$tile_config_set;
    }

This article was last updated 10th December 2023 17:05 Europe/London time based on the source file dated 26th July 2023 22:50 Europe/London time.