You are here

function shurly_init in ShURLy 7

Implements hook_init().

File

./shurly.module, line 34
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_init() {

  // Add some custom CSS and JS files needed for shurly creation page
  if (arg(0) == 'shurly' && !arg(1)) {
    shurly_css_js();
  }
}