The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
get_page_clean_title & get_site_name - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: get_page_clean_title & get_site_name (/showthread.php?tid=4138) |
get_page_clean_title & get_site_name - D.O. - 2013-01-14 Hi, I would like to know the variables that "get_page_clean_title" and "get_site_name" print when they are called. RE: get_page_clean_title & get_site_name - Carlos - 2013-01-14 They process variables $title and $SITENAME (see inc/theme_functions.php source) RE: get_page_clean_title & get_site_name - D.O. - 2013-01-14 Gracias Hermano! |