scroll_to_top.module in scroll to top 7
Same filename and directory in other branches
Provide scroll to top link.
File
scroll_to_top.moduleView source
<?php
/**
* @file
* Provide scroll to top link.
*/
/**
* Implementation of hook_init().
*/
function scroll_to_top_init() {
drupal_add_css(drupal_get_path('module', 'scroll_to_top') . '/scroll_to_top.css', 'module');
drupal_add_js(drupal_get_path('module', 'scroll_to_top') . '/scroll_to_top.js');
}
Functions
Name![]() |
Description |
---|---|
scroll_to_top_init | Implementation of hook_init(). |