aboutsummaryrefslogtreecommitdiff
path: root/bridges/NeuviemeArtBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/NeuviemeArtBridge.php')
-rw-r--r--bridges/NeuviemeArtBridge.php12
1 files changed, 2 insertions, 10 deletions
diff --git a/bridges/NeuviemeArtBridge.php b/bridges/NeuviemeArtBridge.php
index b772f5d0..d26e6f23 100644
--- a/bridges/NeuviemeArtBridge.php
+++ b/bridges/NeuviemeArtBridge.php
@@ -3,7 +3,7 @@ class NeuviemeArtBridge extends BridgeAbstract {
public function loadMetadatas() {
$this->maintainer = "ORelio";
- $this->name = "9ème Art";
+ $this->name = '9ème Art Bridge';
$this->uri = "http://www.9emeart.fr/";
$this->description = "Returns the newest articles.";
$this->update = "2016-08-09";
@@ -54,12 +54,4 @@ class NeuviemeArtBridge extends BridgeAbstract {
}
}
}
-
- public function getName() {
- return '9ème Art Bridge';
- }
-
- public function getURI() {
- return 'http://www.9emeart.fr/';
- }
-} \ No newline at end of file
+}