drop_down_bootstrap_login.tpl.php |
theme/drop_down_bootstrap_login.tpl.php |
|
Template for login dropd down. |
drop_down_bootstrap_logout.tpl.php |
theme/drop_down_bootstrap_logout.tpl.php |
|
Template for logout button. |
drop_down_bootstrap_myaccount.tpl.php |
theme/drop_down_bootstrap_myaccount.tpl.php |
|
Template for myaccount dropdown. |
drop_down_login.admin.inc |
drop_down_login.admin.inc |
|
Drop down login administration and module settings UI. |
drop_down_login.css |
theme/drop_down_login.css |
|
#drop-down-login-wrapper {
position: relative;
float: right;
color: #000;
}
#drop-down-login-wrapper a {
color: #000;
}
#drop-down-login-wrapper .button {
display: block;
width: auto;
height: 14px;
padding: 5px 10px;
line-height:… |
drop_down_login.info |
drop_down_login.info |
|
name = Drop Down Login
description = "Creates a drop-down login form as a block. Automatically reverts to a link when js is not available"
configure=admin/config/user-interface/drop_down_login/settings
core = 7.x |
drop_down_login.install |
drop_down_login.install |
|
Install, update and uninstall functions for drop_down_login module. |
drop_down_login.module |
drop_down_login.module |
|
Module file for Drop Down Login. |
drop_down_login.tpl.php |
theme/drop_down_login.tpl.php |
|
Template for login dropd down. |
drop_down_logout.tpl.php |
theme/drop_down_logout.tpl.php |
|
Template for logout button. |
drop_down_myaccount.tpl.php |
theme/drop_down_myaccount.tpl.php |
|
Template for myaccount dropdown. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
INTRODUCTION
------------
This module provide a drop down block for user login,
User can display this block in any region for all / specified pages.
This is a tiny project, Login block display on login… |