Changing hardcoded wording in Joomla??

Discussion in 'HTML & Website Design' started by joshbond, Oct 22, 2007.

  1. #1
    Could someone tell me where/how I can change the wording on this page:
    http://photochopz.com/links/index.php

    I want to change where it says:
    I've looked through the backend and cant find anywhere to change this. I've also looked extensivly through the joomla files and can't seem to locate anywhere to change it.

    Thanks.
     
    joshbond, Oct 22, 2007 IP
  2. jharrvis

    jharrvis Guest

    Best Answers:
    0
    #2
    From the english.php language file, you have:

    // components/com_weblinks/*
    DEFINE('_WEBLINKS_TITLE','Web Links');
    DEFINE('_WEBLINKS_DESC','We are regularly out on the web. When we find a great site we list'
    .' it here for you to enjoy. <br />From the list below choose one of our weblink topics, then select a URL to visit.');
    DEFINE('_HEADER_TITLE_WEBLINKS','Web Link');
    DEFINE('_SECTION','Section:');
    DEFINE('_SUBMIT_LINK','Submit A Web Link');
    DEFINE('_URL','URL:');
    DEFINE('_URL_DESC','Description:');
    DEFINE('_NAME','Name:');
    DEFINE('_WEBLINK_EXIST','There is a weblink already with that name, please try again.');
    DEFINE('_WEBLINK_TITLE','Your Weblink must contain a title.');
     
    jharrvis, Oct 23, 2007 IP
    joshbond likes this.