Hello,
I know almost nothing about PHP, but im trying. I issolated the line of code that i need to edit to accomplish what i want. I have a 'block" on my site, its a "link to us" block that generates the html code for people to copy so they can link to my site.
The problem is that the origianl programs made it a bit funky to my likeing.
Code:
'U_LINK_US' => '<a href="' . $u_link . '" ' . (($config['site_desc']) ? 'title="' . $config['site_desc'] . '"' : '' ) . '>' . (($config['sitename']) ? $config['sitename'] : $u_link ) . '</a>',
All i want to do with this, is change the anchor text from my sitename to standard text that i write into the file. Since i know nothing of PHP i can only guess i need to modify something in line with the words "sitename" in it...but the how is what i have no clue on.
Any help would be amazing.
__________________
Please login or register to view this content. Registration is FREE
Computers – Electronics – Technology | Bringing Together your Digital Home
|