README-pt-br.txt |
README-pt-br.txt |
|
Descrição
===========
Esse módulo foi criado para suprir a necessidade de uma vitrine bonita, funcional e fácil de ser usada no Drupal.
Esse módulo é, de certa forma, um substituto para o Front Page Slideshow. A maior vantagem desse módulo… |
README.txt |
README.txt |
|
Description
===========
This module has been created to fulfill the needs of a good looking, function and easy to use swhocase for Drupal
This module is, in some way, a replacement for the Front Page Slideshow module. The biggetst advantages above FPS… |
views-showcase-view.tpl.php |
views-showcase-view.tpl.php |
|
Views Showcase theme wrapper. |
views_showcase.css |
css/views_showcase.css |
|
/*
* General style
*/
.views-showcase {
background-color: #000;
width: 520px;
height: 225px;
padding: 10px !important;
}
.views-showcase h3,
.views-showcase h2 {
display: none;
}
.views-showcase a {
color: #fff;
}
.views-showcase ul … |
views_showcase.info |
views_showcase.info |
|
name = Views Showcase
description = Display a view like a showcase to highlight items.
core = 7.x
package = Views
dependencies[] = views
dependencies[] = libraries
dependencies[] = image
files[] = views_showcase.module
files[] =… |
views_showcase.install |
views_showcase.install |
|
|
views_showcase.module |
views_showcase.module |
|
The implementation of Views Showcase module. |
views_showcase.views.inc |
views_showcase.views.inc |
|
Defines the View Style Plugins for Views Showcase module. |
views_showcase.views_default.inc |
views_showcase.views_default.inc |
|
Default view for views showcase. |
views_showcase_plugin_style_showcase.inc |
plugins/views_showcase_plugin_style_showcase.inc |
|
Contains the showcase style plugin. |
views_showcase_style_plugin.inc |
views_showcase_style_plugin.inc |
|
Provide the views showcase plugin object with default options and form. |