page_url_qr_code_block.css |
page_url_qr_code_block.css |
|
.page-url-qr-code-caption{
display: block;
text-align: center;
}
.page-url-qr-code{
display: inline-block;
} |
page_url_qr_code_block.info |
page_url_qr_code_block.info |
|
name = Page URL QR Code Block
description = A tiny module that provides a Block with a QR Code for that Page.
core = 7.x
version = 7.x-1.1
package = QR Code |
page_url_qr_code_block.module |
page_url_qr_code_block.module |
|
Contains module logic for page_url_qr_code_block. |
page_url_qr_code_block.tpl.php |
page_url_qr_code_block.tpl.php |
|
|
README.txt |
README.txt |
|
-- SUMMARY --
A tiny module that provides a Block with a QR Code for that Page using Google
chart API .
Shows QR Code of Current page out of the box through a block. You just need to place the block where you want to display.
-- REQUIREMENTS… |