Fork me on GitHub

Watch

GitHub Core

Show your support for Zikula! Sign up at Github account and watch the Core project!




GitHub Modules

Forum Activity

Forum feed

» Visit forum | » View latest posts

zClassified to use dollar sign  Bottom

  • Does anyone know where I can change the € symbol to a $ inside zclassified?

    Thanks
  • try changing a line in lang/eng/global.php.

    define('_MONEY','$');

    That may work!

    otherwise you could run through all of the instances of _MONEY in all files and replace them manually with a dollar sign.

    Cyberfez
  • The define line worked great for changing the symbol to a $ sign. Now I just need to figure out where in the code to tell it to print the $ before the value and not after.
  • 0 users

This list is based on users active over the last 60 minutes.