[ Video Sharing CMS v4 ] coding

Started by ASDF,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ASDFTopic starter

hey Alexander,can you tell me where i can do this...replacing the name of origin server with the one assigned by my cdn....
  •  

PHPVibe A.

You want to move all tpl files to the cdn?

Is so open lib/functions.php and find:

function tpl() {
return site_url().'tpl/'.THEME.'/';
}


and change it to

function tpl() {
return 'http://www.cdnlinkstructure.com/';
}

ASDFTopic starter

  •  

ASDFTopic starter

  •  

PHPVibe A.

I've already given you the code, it's an small simple to understand change.
Not sure what else you need...

Similar topics (7)