| Name | Size | Mode | Actions |
|---|---|---|---|
| metabox/ | - | 0755 | rm |
| admin.js | 3404 | 0644 | editdlrm |
| metaboxes.php | 22477 | 0644 | editdlrm |
| shortcodes.php | 7593 | 0644 | editdlrm |
| theme_options.php | 11969 | 0644 | editdlrm |
| widgets.php | 4006 | 0644 | editdlrm |
/home/vianto5/.trash/cititower.mx/wp-content/themes/montreal/inc/framework/widgets.php (4006B)
'tabs', 'description' => ''); $control_ops = array('id_base' => 'tabs-widget'); $this->WP_Widget('tabs-widget', 'montreal: Tabs', $widget_ops, $control_ops); } function widget($args, $instance) { extract($args); $title = apply_filters('widget_title', $instance['title']); echo $before_widget; if($title) { echo $before_title.$title.$after_title; } //CONTENT HERE ?>