Claim your Biolink Click Here
0 like 0 dislike
241 views
I want to modify the title in CB as site Titile coming first and then video title , I want opposite of this

 

first video title and then site title
in Education & Reference by (1.6k points) | 241 views

1 Answer

1 like 0 dislike
Best answer

Just modify like this below

function cbtitle($params=false)

{
	global $cbsubtitle;
	
	$sub_sep = $params[\'sub_sep\'];
	if(!$sub_sep)
		$sub_sep = \'-\';
		
	//Getting Subtitle
	
	if(!$cbsubtitle)
		//echo \" $sub_sep \".SLOGAN;
		echo SLOGAN.\" $sub_sep \";
	else
		//echo \" $sub_sep \".$cbsubtitle;
		echo $cbsubtitle.\" $sub_sep \";
	//echo \" \".SUBTITLE;
	echo TITLE;
}
by (280 points)
selected by

Related questions

1 like 0 dislike
1 answer
0 like 0 dislike
2 answers
1 like 0 dislike
2 answers
1 like 0 dislike
0 answers
0 like 0 dislike
2 answers
0 like 0 dislike
3 answers
asked Mar 17, 2014 in Computers & Internet by martingup3 (-100 points) | 608 views
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
asked Mar 5, 2014 in Computers & Internet by dopdar007 (-170 points) | 312 views
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,312 questions
1,473 answers
569 comments
4,809 users