Subroutine is a field of the content type 'netrunner-card' and you can have from 0-infinity per each card.
I want to put an image in front of each entry of Subroutine.
where path is the path to my theme and path_to_image is the path to the image within a folder in the theme folder. Anyway it works on some pages, but doesn't work on others.
Hi All,
Actually i have created a front page page--front.tpl and when i tried to display search box in front page it is not showing and i used the code which i got like below in template.php
I am new drupal and i was looking at the opendeals distribution which has been built with perfection for startups.
I need a small tweaking in the functioning of this Distribution.
1. When we post a deal , I would like to post the deal with a Site URL.
2. When a user visits a deal it should should "Visit Site" instead of buy now. Visit Sitre should redirect the user to the site url posted in the backend.
So my mission is to learn Drupal so what I have done is I have taken my most complicated HTML & CSS files and want to integrate into Drupal, I need to get a Custom Login Page due to how the Home Page page.tpl.php file is Designed:
//print the variables if needed to allow for individual field theming or breaking them up.
/*print '<pre>';
print_r($variables);
print '</pre>';*/
print render($intro_text);
// split the username and password from the submit button so we can put in links above
print drupal_render($form['name']);
print drupal_render($form['pass']);