follow.api.php |
follow.api.php |
|
|
follow.info |
follow.info |
|
name = Follow
description = Add sitewide and per user links to social network profiles.
core = 6.x |
follow.install |
follow.install |
|
Follow module's install and uninstall code. |
follow.module |
follow.module |
|
Allows users to add links to their social network profiles. |
large.css |
icons/large.css |
|
a.follow-link {
height: 42px;
display: block;
line-height: 38px;
padding-left: 39px;
background-position: 0 0;
background-repeat: no-repeat;
}
a.follow-link-facebook {
background-image: url(large/icon-facebook.png);
}
a.follow-link-googleplus… |
README.txt |
README.txt |
|
DESCRIPTION
********************************************************************************
Follow adds sitewide and per user links that link to various social networking
sites. The links reside in two blocks. The Follow Site block lists all the… |
small.css |
icons/small.css |
|
a.follow-link {
height: 30px;
display: block;
line-height: 26px;
padding-left: 28px;
background-position: 0 0;
background-repeat: no-repeat;
}
a.follow-link-facebook {
background-image: url(small/icon-facebook.png);
}
a.follow-link-googleplus… |