Changeset 192 for hellaworld
- Timestamp:
- 11/15/08 13:07:50 (8 weeks ago)
- Files:
-
- 1 modified
-
hellaworld/branches/autonzb/templates/default.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hellaworld/branches/autonzb/templates/default.php
r185 r192 220 220 // We might need to instantiate a manager. 221 221 if (! isset($manager)) 222 $manager = new Feed_Manager( );222 $manager = new Feed_Manager(APPPATH.'feeds.xml'); 223 223 224 224 // Grab the feeds.
