updated etxlink, ctools, colorbox, computed_field
This commit is contained in:
@@ -30,8 +30,8 @@ function ctools_collapsible_theme(&$items) {
|
||||
* Text to put in the handle/title area of the div.
|
||||
* @param $content
|
||||
* Text to put in the content area of the div, this is what will get
|
||||
* collapsed
|
||||
* @param $collapsed = FALSE
|
||||
* collapsed.
|
||||
* @param $collapsed
|
||||
* If true, this div will start out collapsed.
|
||||
*/
|
||||
function theme_ctools_collapsible($vars) {
|
||||
@@ -56,8 +56,8 @@ function theme_ctools_collapsible($vars) {
|
||||
* Text to put in the handle/title area of the div.
|
||||
* @param $content
|
||||
* Text to put in the content area of the div, this is what will get
|
||||
* collapsed
|
||||
* @param $collapsed = FALSE
|
||||
* collapsed.
|
||||
* @param $collapsed
|
||||
* If true, this div will start out collapsed.
|
||||
*/
|
||||
function theme_ctools_collapsible_remembered($vars) {
|
||||
@@ -76,4 +76,3 @@ function theme_ctools_collapsible_remembered($vars) {
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user