You are here

function feed_path_publisher_init in Feed Path Publisher 7

Same name and namespace in other branches
  1. 6 feed_path_publisher.module \feed_path_publisher_init()

Implements hook_init().

File

./feed_path_publisher.module, line 44

Code

function feed_path_publisher_init() {
  _feed_path_publisher_add_feeds($_GET['q']);
}