This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @file | |
* | |
* | |
* | |
*/ | |
(function ($) { | |
Drupal.behaviors.listen_to_open = function (item) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
shuffle($nodes); | |
?> | |
<div class="product-showcase-carousel"> | |
<h2 class="block-title-custom">Product Showcase | |
<a href="product-showcase/create" class="smallh2"> + Create A Listing</a> | |
<span class="smallh2">/</span> <a href="product-showcase" class="smallh2">View All Listings</a> | |
</h2> | |
<div class="ps-nav ps-prev">Previous</div> | |
<div class="product-showcase-carousel-wrap"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// $Id$ | |
/** | |
* @file | |
* | |
* Add/Remove email addresses to/from phplist | |
* from Drupal pages | |
* | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Give access to important dates | |
* based on date nodes | |
*/ | |
function important_dates_menu() { | |
$items['test-form'] = array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* $presskits */ | |
?> | |
<table class="presskit-schedule schedule-table" border="0" cellpadding="10"> | |
<?php | |
foreach ($presskits as $itemNo => $kit) { | |
?> | |
<tr class="presskit_row-<?php print $itemNo % 2 == 0 ? 'even' : 'odd'; ?>"> | |
<td class="presskit-schedule_presskit-company"> | |
<?php print $kit->company_name; ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Exhibitor Events | |
* | |
* Manage exhibitor events such as Celebrity Appearances, Give-A-Ways, etc. | |
**/ | |
/** | |
* Implementation of hook_perm() | |
*/ |
NewerOlder