Text only
|
Text with Images
coppermine-gallery.com/forum
Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: kevinpez on August 09, 2006, 02:17:35 AM
Title:
I want to change the "My Favorites" to "Downloads"
Post by:
kevinpez
on
August 09, 2006, 02:17:35 AM
I want to change the "My Favorites" to "Downloads". How would that be done?
Title:
Re: I want to change the "My Favorites" to "Downloads"
Post by:
Joachim Müller
on
August 09, 2006, 06:49:12 AM
Edit your language file (e.g. lang/english.php). Find
Code
Select
Expand
'fav_lnk' => 'My Favorites',
and replace with
Code
Select
Expand
'fav_lnk' => 'Downloads',
Text only
|
Text with Images