Revision 592
- Date:
- 2016/09/23 13:12:14
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/lib/Contenido/Object.pm
1196 1196 return $keeper->get_documents( class => $class, %opts ); 1197 1197 } 1198 1198 1199 # Template method for object url in project. 1200 # /contenido/document.html will use it in future. 1201 ################################################### 1202 sub get_url { 1203 return; 1204 } 1205 1199 1206 sub contenido_is_available { 1200 1207 return 1; 1201 1208 }