'Dashboard', 'igny8-planner' => 'Planner', 'igny8-writer' => 'Writer', 'igny8-thinker' => 'Thinker', 'igny8-analytics' => 'Analytics', 'igny8-settings' => 'Settings', 'igny8-schedules' => 'Schedules', 'igny8-help' => 'Help' ]; echo $page_titles[$current_page] ?? 'IGNY8 AI SEO'; ?>

0, 'label' => 'Active', 'color' => 'green'], ['value' => 0, 'label' => 'Pending', 'color' => 'amber'], ['value' => 0, 'label' => 'Completed', 'color' => 'purple'], ['value' => 0, 'label' => 'Recent', 'color' => 'blue'] ]; $fallback_metrics = array_slice($all_fallback_metrics, 0, $max_fallback); foreach ($fallback_metrics as $metric): ?>
$metric_value): $kpi_config = $GLOBALS['igny8_kpi_config'] ?? []; $color = ''; if (isset($kpi_config[$table_id][$metric_key]['color'])) { $color = $kpi_config[$table_id][$metric_key]['color']; } else { $color = $color_map[$color_index] ?? ''; } $label = $metric_key; if (isset($kpi_config[$table_id][$metric_key]['label'])) { $label = $kpi_config[$table_id][$metric_key]['label']; } ?>
No content provided.

'; ?>