Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
Update feature qcl_layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dashohoxha committed Jul 27, 2016
1 parent ae5fdad commit be863ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/features/qcl_layout/qcl_layout.box.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function qcl_layout_default_box() {
$box->description = 'Displays the title and slogan at the top of the front page.';
$box->options = array(
'body' => array(
'value' => '<h1>Translating Computer Programs</h1>',
'value' => '<h1>Quran Translations</h1>',
'format' => 'full_html',
),
'additional_classes' => '',
Expand Down
2 changes: 2 additions & 0 deletions modules/features/qcl_layout/qcl_layout.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = qcl_layout
core = 7.x
package = Features
dependencies[] = blog
dependencies[] = boxes
dependencies[] = context
dependencies[] = ctools
Expand All @@ -12,6 +13,7 @@ dependencies[] = menu
dependencies[] = menu_target
dependencies[] = qcl_content
dependencies[] = qcl_misc
dependencies[] = qtrClient
dependencies[] = strongarm
dependencies[] = system
dependencies[] = taxonomy
Expand Down

0 comments on commit be863ab

Please sign in to comment.