Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
have a problem with get_theme_url()
#2
functions beginning with "get_" will echo the result, "return_" functions will return to a variable...

however there is none for theme_url

you could just use

Code:
$dirfile=$SITEURL . "theme/" . $TEMPLATE."/guestbook.txt";

Mike.
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
have a problem with get_theme_url() - by n00dles101 - 2010-05-13, 06:41:13
have a problem with get_theme_url() - by Carlos - 2010-05-14, 04:56:02



Users browsing this thread: 1 Guest(s)