'; ?>




Notizie

    get_item_quantity( 3 ); $rss_items = $rss->get_items( 0, $maxitems ); } if ($maxitems) { foreach ( $rss_items as $item ) { ?>
  • get_title() ); ?>

Impostazioni generali

    '; settings_fields( 'wpgov_options' ); echo '
  • '; echo ''; ?>
.box {width:90%;position:relative;height: 100px;margin: 50px auto; } '; global $pagenow; $settings = get_option( "wpgov_theme_settings" ); //generic HTML and code goes here if(isset($_POST['FlushButton'])) { flush_rewrite_rules(); } if ( isset ( $_GET['tab'] ) ) { $current = $_GET['tab']; } else { $current = 'general'; } $tabs = array( 'general' => '', 'at' => 'Amministrazione Trasparente', 'avcp' => 'XML Bandi di Gara', 'aa' => 'Amministrazione Aperta' ); echo ''; if ( isset ( $_GET['tab'] ) ) { $tab = $_GET['tab']; } else { $tab = 'general'; } echo ''; switch ( $tab ){ case 'general' : include(plugin_dir_path(__FILE__) . 'info.php'); break; case 'at' : if (is_plugin_active( 'amministrazione-trasparente/amministrazionetrasparente.php' )) { include(ABSPATH . 'wp-content/plugins/amministrazione-trasparente/wpgov/settings.php'); } else { echo 'Plugin non installato!'; } break; case 'avcp' : if (is_plugin_active( 'avcp/avcp.php' )) { include(ABSPATH . 'wp-content/plugins/avcp/wpgov/settings.php'); } else { echo 'Plugin non installato!'; } break; case 'aa' : if (is_plugin_active( 'amministrazione-aperta/amministrazioneaperta.php' )) { include(ABSPATH . 'wp-content/plugins/amministrazione-aperta/wpgov/settings.php'); } else { echo 'Plugin non installato!'; } break; } echo '
'; echo '
Sviluppo e ideazione a cura di Marco Milesi
Per la preparazione di questo programma sono state impiegate diverse ore a titolo volontario.
Se vuoi, puoi effettuare una piccola donazione utilizzando il link che trovi in alto a destra.

+ Proudly made in San Pellegrino Terme
'; ?>