i kno this has been posted before and i apologize, but i cannot find it anywhere, in the bread crumbs, how do i change the name for page 2, page 3. ect. so sorry, please help..
i kno this has been posted before and i apologize, but i cannot find it anywhere, in the bread crumbs, how do i change the name for page 2, page 3. ect. so sorry, please help..
thank you thank you
uh oh now i have NAVBAR_TITLE in the heading for page 2
http://craftsandthings.info/William/...in_page=page_2
my guess is you removed , 'Page_2' from define .. you need to rename it and not remove it ..
define('NAVBAR_TITLE', 'Page 2');
to
define('NAVBAR_TITLE', 'Event Calendar');
no, this is what i have in my define:
define('NAVBAR_TITLE', 'Event Calendar');
define('HEADING_TITLE', 'Event Calendar');
define('TEXT_INFORMATION', '');
what else could be doing this?
page 3 and 4 are working...odd