My Recent Pastes (66 and counting)
Pastes by Joon Park (66 and counting)
Below are the 6 most recent pasties by Joon Park.
March 25, 2007
2:00AM EDT
by Joon Park
View all 37 lines
/** * 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
View all 29 lines
/** * 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
View all 27 lines
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
View all 30 lines
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
View all 37 lines
// 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
View all 21 lines
function phptemplate_comment_wrapper($content = '') {
global $node_bits;
static $output = '';
if (!$output) {
