My Recent Pastes (54 and counting)

All Pasties (over 54 and counting)

Pages: 1 2 4

Below are summaries of the 9 most recent pasties by Joon Park.

April 01, 2007
6:49PM EDT
by Joon Park

1
2
3
4
5
/**
 * Fixes illegal duplicate html id's. id's of "edit-sumit" found in:
 * theme_comment_controls(), theme_search_theme_form(), and
 * theme_search_block_form(). To-do: remove when fixed in core.
 */

March 29, 2007
11:29PM EDT
by Joon Park

1
2
3
4
5
    // default render function and extension.
    $render_function = 'theme_render_template';
    $extension = '.tpl.php';
    $variables_cue = array();

March 29, 2007
10:56AM EDT
by Joon Park

1
2
3
4
5
--- untitled
+++ (clipboard)
@@ -25,7 +25,6 @@
 <style type="text/css" media="all">@import "/sites/all/modules/quote/quote.css";</style>
 <style type="text/css" media="all">@import "/sites/all/modules/thickbox/thickbox.css";</style>

March 25, 2007
2:00AM EDT
by Joon Park

1
2
3
4
5
/**
 *  Theme from/to date combination in the view.
 *
 *  @param $field = the field settings
 *  @param $node = node information, this is not always available and not

March 25, 2007
1:43AM EDT
by Joon Park

1
2
3
4
5
/**
 * Format a field item for display.
 *
 * @param $field
 *   Either a field array or the name of the field.

March 23, 2007
2:25PM EDT
by Joon Park

1
2
3
4
5
function lumen_regions() {
  
  $regions = array(
    'site_header'     => t('site header'),    // page.tpl.php -> $site_header
    'content'         => t('main content'),   // page.tpl.php -> $content

March 18, 2007
7:41PM EDT
by Joon Park

1
2
3
4
5
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/lumen/page.tpl.php,v
retrieving revision 1.6
diff -u -p -r1.6 page.tpl.php

March 18, 2007
6:59PM EDT
by Joon Park

1
2
3
4
5
  // Create a column view from ul tree.
  column_view : function() {
    this.each(function() { // Each top level ul.
      $(this).wrap('<div class="column-view clear-block"></div>')
        .find('ul').each(function(n) { // Each child ul.

March 18, 2007
6:43PM EDT
by Joon Park

1
2
3
4
5
function phptemplate_comment_wrapper($content = '') {
  global $node_bits;
  static $output = '';
  
  if (!$output) {

Previous page