Code: Alles auswählen
## ##############################################################
## MOD Title: Album Category Hierarchy
##
## MOD Author: IdleVoid < idlevoid@slater.dk > (N/A) N/A
##
## MOD Description: With this mod its possible to create sub categories in public galleries as well in personal galleries.
## There is an administration control panel to control several aspects of the mod.
## The mod is compatible with the Super Charged Pack version 1.5.1. by CLowN
## This mod is based on the Category/Forum Hierarchy Mod by Ptirhiik, so alot of credit should go to him.
##
## MOD Version: 1.3.0
Code: Alles auswählen
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/admin/page_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
/*--- album category hierarchy : begin */
.tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited {
font-size: 11px;
color: #FFA34F;
text-decoration: none;
}
a.tab_links:hover {
text-decoration: underline;
}
.tab_headers, th.tab_headers {
color: #FFA34F;
font-size: 11px;
font-weight : bold;
padding-left: 4px;
padding-right: 8px;
border: #003366;
border-style: solid;
border-width: 1px 1px 0px 1px;
background-color: #006699;
}
.tab_border { background-color: #E5E5E5; border: 0px;}
.filler, th.filler {
background-color:#E5E5E5;
background-image:none;
}
/*--- album category hierarchy : end */
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
{META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="../templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
<title>{SITENAME} - {L_PHPBB_ADMIN}</title>
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>