/[drupal]/contributions/themes/itheme/template.php
ViewVC logotype

Contents of /contributions/themes/itheme/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Jun 7 18:32:54 2007 UTC (2 years, 5 months ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-4, DRUPAL-5--1-3, HEAD
File MIME type: text/x-php
new version
1 <?php
2 drupal_add_js(drupal_get_path('theme', 'itheme') . '/js/jquery.cookie.js', 'theme');
3 drupal_add_js('cookiePath = "' . base_path() . '";', 'inline');
4 drupal_add_js(drupal_get_path('theme', 'itheme') . '/js/itheme.ui.js', 'theme');
5 ?>

  ViewVC Help
Powered by ViewVC 1.1.2