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/Gallery_Atom_Entry.php | 39 --------------------------- 1 file changed, 39 deletions(-) delete mode 100644 modules/atom/libraries/Gallery_Atom_Entry.php (limited to 'modules/atom/libraries/Gallery_Atom_Entry.php') diff --git a/modules/atom/libraries/Gallery_Atom_Entry.php b/modules/atom/libraries/Gallery_Atom_Entry.php deleted file mode 100644 index ee5abd07..00000000 --- a/modules/atom/libraries/Gallery_Atom_Entry.php +++ /dev/null @@ -1,39 +0,0 @@ -id(html::specialchars(url::abs_current())); - $this->link() - ->rel("self") - ->href(url::abs_current()); - } - - public function link() { - return $this->add_child("Gallery_Atom_Link", "link"); - } -} -- cgit v1.2.3