Project

General

Profile

« Previous | Next » 

Revision 45070

LAst changes from production - including: SEO changes, added index.html pages, resultcollectedfromdatasourceid -> collectedfromdatasourceid | search datasets by dois | collectedfrom id/name instead of original value

View differences:

default.php
14 14
$document -> addScript(JRoute :: _(JUri :: base() . 'components/com_openaire/js/project.js'));
15 15
$document -> addStyleSheet(JRoute :: _(JUri :: base() . 'components/com_openaire/css/tabcontent.css'));
16 16
$document -> addScript(JRoute :: _(JUri :: base() . 'components/com_openaire/js/tabcontent.js'));
17
$document->setTitle("Project:".(($this -> project == NULL) ||($this -> project -> title == NULL) ? '' : $this -> project -> title));
17
//$document->setTitle("OpenAIRE -  Project:".(($this -> project == NULL) ||($this -> project -> title == NULL) ? '' : $this -> project -> title));
18
$document->setTitle("OpenAIRE - Project".(isset($this -> project -> title)?': '.(strlen($this -> project -> title) > 30?mb_substr($this -> project -> title,0,30).'...':$this -> project -> title):''));
19
$document->setMetaData( 'description', (isset($this -> project -> title)?$this -> project -> title:''), true );
20

  
18 21
$parameters = JComponentHelper :: getParams('com_openaire');
19 22
?>
20 23
<!-- Go to www.addthis.com/dashboard to customize your tools -->

Also available in: Unified diff