Commit 1e040bc3 authored by zirafa's avatar zirafa
Browse files

Enable colorbox inline/load links

parent d78b9822
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -7,8 +7,12 @@
 */
function pushtape_install() {

  // Path to Soundmanager2
  variable_set('sm2_path', 'profiles/pushtape/libraries/soundmanager2');
  // (Deprecated) Path to Soundmanager2
  // variable_set('sm2_path', 'profiles/pushtape/libraries/soundmanager2');

  // Colorbox custom links
  variable_set('colorbox_inline', 1);
  variable_set('colorbox_load', 1);
  
  // Enable themes
  theme_enable(array('seven', 'flux'));