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
| [2011-07-12 15::55:31] rupl: WHO'S READY TO PARTAY?? | |
| [2011-07-12 15::55:38] » scottalan joined the chat room. | |
| [2011-07-12 15::55:42] mortendk: rupl: always with you pretty boy | |
| [2011-07-12 15::55:42] » nomonstersinme_ joined the chat room. | |
| [2011-07-12 15::56:19] rupl: mortendk: especially with that xx-small t-shirt. that would fit me... in 1993 | |
| [2011-07-12 15::56:22] » aspilicious joined the chat room. | |
| [2011-07-12 15::56:37] aspilicious: ericduran|mtg, Great job on those sprint patches :) | |
| [2011-07-12 15::57:07] mortendk: rupl: yup and its even a girl version - so it would been really good for you in like 1989 ;= | |
| [2011-07-12 15::57:27] » ericduran|mtg is now known as ericduran. | |
| [2011-07-12 15::57:29] ericduran: aspilicious: oh thanks |
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 | |
| // Hide stuff. | |
| hide($content['comments']); | |
| hide($content['links']); | |
| hide($content['field_images']); | |
| $main_image = $content['field_images']; | |
| $main_image[0]['#image_style'] = 'project'; | |
| $count = count(element_children($main_image)); | |
| if ($count > 1) { | |
| unset($content['field_images'][0]); |
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
| <div class="form-item form-type-machine-name form-item-machine-name" style="display: none;"> | |
| <label for="edit-machine-name">Machine-readable name <span class="form-required" title="This field is required.">*</span></label> | |
| <input type="text" id="edit-machine-name" name="machine_name" value="" size="60" maxlength="64" class="form-text required machine-name-target"> | |
| <div class="description"> | |
| A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores. | |
| </div> | |
| </div> | |
| <div class="form-item form-type-textfield form-item-site-slogan"> | |
| <label for="edit-site-slogan">Slogan </label> |
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
| [2011-06-28 15::51:54] » You rejoined the room. | |
| [2011-06-28 15::52:13] » mortendk joined the chat room. | |
| [2011-06-28 15::54:18] jacine: There's a public calendar with the events here: https://www.google.com/calendar/embed?src=drupal8html5%40gmail.com&ctz=America/New_York | |
| [2011-06-28 15::54:37] mortendk: sweet | |
| [2011-06-28 15::54:48] jacine: Here's the iCal link: https://www.google.com/calendar/ical/drupal8html5%40gmail.com/public/basic.ics | |
| [2011-06-28 15::55:12] jacine: XML: https://www.google.com/calendar/feeds/drupal8html5%40gmail.com/public/basic | |
| [2011-06-28 15::56:21] » possiblyaduck joined the chat room. | |
| [2011-06-28 15::56:27] cosmicdreams: awesome, I can rename it too | |
| [2011-06-28 15::56:38] cosmicdreams: to something that will attract my attention | |
| [2011-06-28 15::56:50] mortendk: goddammit google apps ... |
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 | |
| /** | |
| * Implements hook_html_head_alter(). | |
| * - Simplify the meta charset element. | |
| */ | |
| function THEMENAME_html_head_alter(&$head_elements) { | |
| $head_elements['system_meta_content_type']['#attributes'] = array( | |
| 'charset' => 'utf-8', | |
| ); |
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
| need to add this to skinr_plugin_hooks() | |
| // @todo Load the include files and get an array of hooks; we need to | |
| // know which module and which plugin comprises the hook. | |
| include_once(drupal_get_path('module', 'skinr') .'/plugins/skins/provided_skin/provided_skin.inc'); | |
| $hooks = array( | |
| 'skinr_provided_skin' => array( | |
| 'type' => 'module', | |
| 'name' => 'skinr', | |
| 'plugin' => 'provided_skin', | |
| 'path' => drupal_get_path('module', 'skinr') .'/plugins/skins/provided_skin', |
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 | |
| * Implementation of a Skinr plugin. | |
| * | |
| * @todo Decide on the naming convention for this style. This depends on whether | |
| * or not CTools will handle the plugin functionality. Currently proposed | |
| * naming convention which doesn't use CTools, is PLUGINNAME.skinr.inc. | |
| */ |
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
| ; STYLESHEETS | |
| ;------------------------------------------------------------------------------- | |
| ; REMOVE | |
| stylesheets[all][] = debug.css | |
| stylesheets[all][] = defaults.css | |
| stylesheets[all][] = fieldgroup.css | |
| stylesheets[all][] = node.css | |
| stylesheets[all][] = poll.css | |
| stylesheets[all][] = quicktabs.css |
NewerOlder