-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwp-widgetgd_plugin.php
42 lines (36 loc) · 1.47 KB
/
wp-widgetgd_plugin.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
/*
Plugin Name: Widget Gabinete Digital
Plugin URI: http://www.gabinetedigital.rs.gov.br
Description: Plugin para os widgets utilizados na capa do site do Gabinete Digital.
Version: 1.0.5
Author: Cristiane | Felipe | Leo
Author URI: http://www.procergs.rs.gov.br
*/
/* Copyright 2012
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
include_once('TwitterAPIExchange.php');
include_once('wp-widgetgd_noticias.php');
include_once('wp-widgetgd_noticiacompleta.php');
include_once('wp-widgetgd_fotodia.php');
include_once('wp-widgetgd_feed.php');
include_once('wp-widgetgd_twitter.php');
include_once('wp-widgetgd_video.php');
include_once('wp-widgetgd_banner.php');
include_once('wp-widgetgd_twitter2.php');
include_once('wp-widgetgd_facebook.php');
include_once('wp-widgetgd_texto.php');
include_once('wp-widgetgd_obras.php');
include_once('wp-widgetgd_instagram.php');
include_once('wp-widgetgd_videodestaque.php');
?>