From 8abf48dd79561fd6605604de8714d4eaf4870942 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 15 Mar 2009 22:23:04 +0000 Subject: Move atom, developer, polar_rose and gmaps modules into gallery-contrib --- modules/atom/libraries/Atom_Link.php | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 modules/atom/libraries/Atom_Link.php (limited to 'modules/atom/libraries/Atom_Link.php') diff --git a/modules/atom/libraries/Atom_Link.php b/modules/atom/libraries/Atom_Link.php deleted file mode 100644 index 723675c1..00000000 --- a/modules/atom/libraries/Atom_Link.php +++ /dev/null @@ -1,41 +0,0 @@ -element->setAttribute("rel", $rel); - return $this; - } - - public function type($type) { - $this->element->setAttribute("type", $type); - return $this; - } - - public function title($title) { - $this->element->setAttribute("title", $title); - return $this; - } - - public function href($href) { - $this->element->setAttribute("href", $href); - return $this; - } -} -- cgit v1.2.3