Skip to content
Snippets Groups Projects
Commit 3d976a5d authored by Clément Damiens's avatar Clément Damiens
Browse files

up fix bugs & costum & meta
parent 634c537a
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,9 @@ class Co2Module extends CWebModule {
private $_keywords = "societal, reseau,opensource,CO,communecter";
private $_description = "réseau social libre et citoyen";
private $_pageTitle = "Communecter:libre et connecté";
private $_image = null;
private $_favicon = null;
private $_image = "images/1+1=3.jpg";
private $_relCanonical = "https://www.communecter.org";
private $_favicon = "images/favicon";
public function getVersion(){return $this->_version;}
public function getVersionDate(){return $this->_versionDate;}
......@@ -26,6 +27,7 @@ class Co2Module extends CWebModule {
public function getPageTitle(){return $this->_pageTitle;}
public function getImage(){return $this->_image;}
public function getFavicon(){return $this->_favicon;}
public function getRelCanonical(){return $this->_relCanonical;}
public function init()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment