block.skinr.inc |
modules/block.skinr.inc |
|
Provide skinr handling for block.module |
CHANGELOG.txt |
CHANGELOG.txt |
|
Skinr 6.x-2.x, xxxx-xx-xx
-------------------------
Issue #1073108 by moonray, yuriy.babenko | greg.1.anderson: Fixed use of concat
in query for better postgres compatibility.
Issue #1221336 by n3ko: Fixed error with pg database when upgrading from… |
comment.skinr.inc |
modules/comment.skinr.inc |
|
Provide skinr handling for comment.module |
content.skinr.inc |
modules/content.skinr.inc |
|
Provide skinr handling for content.module |
contrib-themes.html |
help/contrib-themes.html |
|
|
contribute.html |
help/contribute.html |
|
|
css-js.html |
help/css-js.html |
|
|
docs.php |
docs/docs.php |
|
This file contains no working PHP code; it exists to provide additional documentation
for doxygen as well as to document hooks in the standard Drupal manner. |
examples.html |
help/examples.html |
|
|
features.html |
help/features.html |
|
|
fieldgroup.skinr.inc |
modules/fieldgroup.skinr.inc |
|
Provide skinr handling for fieldgroup.module |
inheritance.html |
help/inheritance.html |
|
|
modules.html |
help/modules.html |
|
|
node.skinr.inc |
modules/node.skinr.inc |
|
Provide skinr handling for node.module |
overview.html |
help/overview.html |
|
|
panels.skinr.inc |
modules/panels.skinr.inc |
|
Provide skinr handling for panels.module. |
README.txt |
README.txt |
|
Please install the [Advanced Help](http://drupal.org/project/advanced_help) module and visit: admin/advanced_help/skinr for documentation. |
rules.html |
help/rules.html |
|
|
skinr.css |
css/skinr.css |
|
/**
* Skinr regions.
*/
.skinr-region {
outline: none;
position: relative;
}
.skinr-region-active {
outline: #999 dashed 1px;
}
/**
* Skinr edit links.
*/
.skinr-links-wrapper {
display: none;
font-size: 90%;
position: absolute;
… |
skinr.handlers.inc |
skinr.handlers.inc |
|
Defines the various handler objects to support Skinr. |
skinr.inc |
modules/panels/skinr.inc |
|
Definition of the 'skinr' panel style. |
skinr.info |
skinr.info |
|
name = Skinr
description = Provides a way to define and/or skin bits of Drupal output from the UI.
package = Skinr
core = 6.x |
skinr.install |
skinr.install |
|
skinr.install
Contains install, update, and uninstall functions for Skinr. |
skinr.module |
skinr.module |
|
|
skinr.skinr.inc |
modules/skinr.skinr.inc |
|
Provide skinr handling for page level rules. |
skinr_ui.admin.inc |
skinr_ui.admin.inc |
|
Admin page callbacks for the skinr module. |
skinr_ui.info |
skinr_ui.info |
|
name = Skinr UI
description = Administrative interface to skinr. Without this module, you cannot edit your skins.
package = Skinr
core = 6.x
dependencies[] = skinr
dependencies[] = dialog |
skinr_ui.install |
skinr_ui.install |
|
skinr_ui.install
Contains update functions for Skinr UI. |
skinr_ui.module |
skinr_ui.module |
|
|
skinr_ui.rules.inc |
skinr_ui.rules.inc |
|
Admin page callbacks for the skinr module. |
syntax.html |
help/syntax.html |
|
|
templates.html |
help/templates.html |
|
|
theme.html |
help/theme.html |
|
|
views.skinr.inc |
modules/views.skinr.inc |
|
Provide skinr handling for node.module |