DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
zen
Zen default node.tpl.php 'Title' code
August 10, 2011 - 5:49am — Anonymous
<?php
print
render
(
$title_prefix
)
;
?>
<?php
if
(
!
$page
&&
$title
)
:
?>
<h2
<?php
print
$title_attributes
;
?>
><a href="
<?php
print
$node_url
;
?>
">
<?php
print
$title
;
?>
</a></h2>
<?php
endif
;
?
node.tpl.php
title
zen
Read more
path_to_theme() returns sites/all/themes/zen not sites/all/themes/mysubtheme
May 10, 2011 - 3:46am — Anonymous
// My template.php
/**
* Implementation of HOOK_theme().
*/
function
mysubtheme_theme
(
&
$existing
,
$type
,
$theme
,
$path
)
{
$hooks
= zen_theme
(
$existing
,
$type
,
$theme
,
$path
)
;
return
$hoo
path_to_theme
theme
zen
Read more
page.tpl.php from www.afrixml.net/greengas
December 12, 2010 - 7:38pm — Anonymous
<?php
// $Id: page.tpl.php,v 1.18.2.1 2009/04/30 00:13:31 goba Exp $
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
garland
sub-theme
zen
Read more
Zen subtheme layout-liquid.css w/o negative margins for sidebars
November 18, 2010 - 10:49am — Anonymous
/* $Id: layout-liquid.css,v 1.17 2009/11/05 12:09:53 johnalbin Exp $ */
/**
* @file
* Layout Styling (DIV Positioning)
*
* Define CSS classes to create a table-free, 3-column, 2-column, or
zen
Read more
zen's theme_menu_item_link
August 7, 2010 - 2:35am — Anonymous
<?php
/**
* Implements theme_menu_item_link()
zen
Read more
info file
January 15, 2010 - 6:45pm — Anonymous
;
$Id
: thrive_kitchen.info,v 1.13.2.1 2009
/
02
/
13 06:13:18 johnalbin
Exp
$
; The name and description of the
theme
used on the admin
/
build
/
themes page.
name = Thrive Kitchen
description
zen
Read more
Zen edit_links_array as an array of arguments to pass to l()
April 28, 2009 - 10:22am — Anonymous
// Display 'edit block' for custom blocks.
if
(
$block
-
>
module
==
'block'
)
{
$edit_link
[
'title'
]
=
t
(
'edit block'
)
;
blocks
zen
Read more
Code
April 26, 2009 - 9:48pm — Anonymous
/**
* Implementation of hook_theme_registry_alter().
*
* Make simpleblocks' block preprocess function run *after* everything else's,
blocks
zen
Read more
Fix for Instances of text-decoration in Zen CSS
October 3, 2008 - 6:02am — Anonymous
garrett@garrett-macbook] zen $ grep -rn "text-decoration" *
layout-fixed.css:66: text-decoration: none;
layout-liquid.css:57: text-decoration: none;
css
theme
zen
Read more
Fix for Instances of text-decoration in Zen CSS
October 3, 2008 - 6:01am — Anonymous
garrett@garrett-macbook
]
zen $ grep -rn "text-decoration" *
layout-fixed.css
:
66
:
text-decoration
:
none;
layout-liquid.css
:
57
:
text-decoration
:
none;
css
theme
zen
Read more
1
2
next ›
last »