Commit ddcf8829 authored by peraz's avatar peraz
Browse files

Issue #3295693 by Rakhi Soni, peraz: Drupal Coding Standards.

parent eccb9e93
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ CONTENTS OF THIS FILE
INTRODUCTION
------------

The Socializer module provides a configuration form with a block where links to the social media networks are shown.
The Socializer module provides a configuration form with a block where links to
the social media networks are shown.

* For a full description of the module, visit the project page:
  https://www.drupal.org/project/socializer
@@ -36,9 +37,11 @@ CONFIGURATION

  - Administer Socializer configuration

    To access a configuration form a user must have this permission. Block is visible to all users when placed.
    To access a configuration form a user must have this permission. Block is
  visible to all users when placed.

* Set social media links in Administration » Configuration » System » Socializer.
* Set social media links in Administration » Configuration » System »
Socializer.

* Place Socializer block from Block layout page.

+6 −1
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Module file for Socializer.
 */

/**
 * Implements hook_theme().
 */
@@ -10,6 +15,6 @@ function socializer_theme() {
        'links' => [],
      ],
      'template' => 'socializer',
    ]
    ],
  ];
}