hi,
how do i replace this txt message 'printer friendly version' to a customized gif?
function theme_print_link($node) {
$links = l(t('printer friendly version'), "node/$node->nid/print", array('title' => t('Display a printer friendly version of this page.')));
Unfortunately I have to submit this because I can't find a concise method in the documentation and forums. Its taken me way to long to read the infomation that is spread out amongst all the posts.
I have to two seperate sets of users and I want to install drupal on each of their sites.
I have a domain and a subdomain that I am working with. (e.g., www.mydomain.com and site2.mydomain.com. I thought I could simply install the a copy of drupal in each using fantastico. That doesn't do the trick.
I have a simple query here that pulls data from an external database... but i'm having a hard time getting the data to show up within my table. Can someone give me a clue as to how to structure this so the data is inside a table. I need to format it and I think i'm missing something here?
(and yes... I realize there is no table here... I just need to know where it should go if there were one)