Which drupal function generates a "Read more..." link in the proper language?

I've acquired myself a node variable (in php code in a php page) using node_load(..) and would like to put the "read more"... link at the bottom. In the right language of course....

thanks a lot,
Klaas

Comments

teyser’s picture

Drupal 6 version ,you can get "read more" link while creating content type like story and page.....

Do you want the "read more" link in drupal 5 ....Change the node.tpl.php....

thanks,
Teyser

bbinkovitz’s picture

I too am interested in changing the links, but not just the location. In node.tpl.php, you see this:

 if ($links): ? >
      <div class="links">< ?php print $links; ? ></div>
<?php endif; 

But I want to make the links say something more specific than just "read more" on each one... I'd like them to say 'Read full "[name of article]" article' or something like that, so that a list of links for the page renders something more informative than just "read more read more read more read more read more..."

So, anyone know where the $links variable is actually put together?

Thanks!
---------------------------------------
http://softpixel.com/~bbinkovitz