You are here

Files in Quote 7

Primary tabs

File namesort descending Location Namespace Description
quote.admin.inc quote.admin.inc Admin page callbacks for the quote module.
quote.css quote.css .quote-author { display: inline; margin: 0 0 1em 0; font-weight: bold; } .quote-msg, .quote-snip { padding: 1em; border: 1px solid #DDD; background-color: #F6F6F6; } .quote-snip { text-align: center; }
quote.inc wysiwyg/quote.inc Wysiwyg module's plugin file.
quote.info quote.info name = Quote description = Allows users to quote posts or comments. core = 7.x configure = admin/config/content/quote dependencies[] = comment files[] = views/quote_handler_field_comment_link_quote.inc files[] = tests/quote.test
quote.install quote.install The installation script for the quote module
quote.module quote.module The quote module provides a filter and appropriate links that allow users to quote nodes and other comments in their own comments.
quote.test tests/quote.test Test the Quote filter.
quote.views.inc views/quote.views.inc Provide views data and handlers for the Quote module.
quote_handler_field_comment_link_quote.inc views/quote_handler_field_comment_link_quote.inc Provides a 'quote' link for Views.
README.txt README.txt Quote.module ------------ This module adds a 'quote' link below nodes and comments. When clicked, the contents of the node or comment are placed into a new comment enclosed with special markup that indicates that it is quoted material.…

Other projects