added CyDefSIG.name to allow changing the title of the site

pull/61/head
Christophe Vandeplas 2012-05-04 09:52:45 +02:00
parent 4b5999bb5b
commit e452460242
2 changed files with 2 additions and 1 deletions

View File

@ -87,6 +87,7 @@ Cache::config('default', array('engine' => 'File'));
//Configure::write('CyDefSIG.baseurl', 'https://sig.cyber-defence.be');
Configure::write('CyDefSIG.baseurl', 'http://localhost:8888');
Configure::write('CyDefSIG.name', 'CyDefSIG');
Configure::write('CyDefSIG.header', 'CyDefSIG: Cyber Defence Signature Sharing Platform');
Configure::write('CyDefSIG.footer', 'Powered by CyDefSIG © Belgian Defense CERT & NCIRC');
//Configure::write('CyDefSIG.logo', '/img/logo_big.gif');

View File

@ -22,7 +22,7 @@
<head>
<?php echo $this->Html->charset(); ?>
<title>
CyDefSIG:
<?php echo Configure::read('CyDefSIG.name')?>:
<?php echo $title_for_layout; ?>
</title>
<?php