";
- $style['linkstart_hilite'] = "
";
- $style['linkend'] = "
";
- $style['linkdisplay'] = 1;
- $style['linkalign'] = "left";
- $style['linkclass'] = "";
-
- return $style;
-}
-
-
-function tablestyle($caption, $text){
- global $style;
-
-switch ($style) {
- case "leftmenu":
- echo "
";
- break;
-
- case "rightmenu":
- echo "
-
";
- break;
-
- case "highlight":
- echo "
-
".$caption."
-
".$text."
-
";
- break;
-
- case "othernews":
- echo "
";
- break;
-
- case "bottom":
- echo "
- {$caption}
-
{$text}
";
- break;
-
- default:
- echo "
";
-
- break;
- }
-}
-
-
-// for testing the news parser.
-
-/*$NEWSSTYLE = "
-NEWSTITLE =
-{NEWSTITLE}
-
-
-
-NEWSBODY =
-{NEWSBODY}
-
-
-
-NEWSICON = {NEWSICON}
-
-
-
-
-NEWSHEADER =
-{NEWSHEADER}
-
-
-NEWSCATEGORY =
-{NEWSCATEGORY}
-
-
-NEWSAUTHOR =
-{NEWSAUTHOR}
-
-
-
-NEWSDATE =
-{NEWSDATE}
-
-
-NEWSCOMMENTS =
-{NEWSCOMMENTS}
-
-
-EMAILICON =
-{EMAILICON}
-
-
-PRINTICON =
-{PRINTICON}
-
-
-NEWSID =
-{NEWSID}
-
-
-ADMINOPTIONS =
-{ADMINOPTIONS}
-
-
-EXTENDED =
-{EXTENDED}
-
-
-CAPTIONCLASS =
-{CAPTIONCLASS}
-
-
-ADMINCAPTION =
-{ADMINCAPTION}
-
-
-ADMINBODY =
-{ADMINBODY}
-
-
-NEWSSUMMARY =
-{NEWSSUMMARY}
-
-
-NEWSTHUMBNAIL =
-{NEWSTHUMBNAIL}
-
-
-STICKYICON =
-{STICKY_ICON}
-
-
-NEWSTITLELINK =
-{NEWSTITLELINK}
-
-
-
-
-";
-*/
-
-?>
\ No newline at end of file
diff --git a/e107_themes/reline/admin_style.css b/e107_themes/reline/admin_style.css
deleted file mode 100644
index 02d4d84a7..000000000
--- a/e107_themes/reline/admin_style.css
+++ /dev/null
@@ -1,517 +0,0 @@
-/* Core Classes */
-/*----------------------------------------------------------------------------*/
-
-body {
- background-color: #fff;
-}
-
-body, td {
- margin: 0px;
- padding: 0px;
- text-align: left;
- color: #000;
-}
-
-body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
-.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
- font: normal 11px arial, verdana, tahoma, sans-serif;
-}
-
-.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
- font: normal 10px arial, verdana, tahoma, arial, sans-serif;
-}
-
-a {
- color: #1A4487;
-}
-
-a:hover {
- color: #000;
-}
-
-img {
- border: 0px;
-}
-
-form {
- margin: 0px;
-}
-
-table {
- margin-left: auto;
- margin-right: auto;
-}
-
-.tbox {
- border: #777 1px solid;
-}
-
-.indent {
- border: #999 1px dashed;
- padding: 5px;
- margin: 5px;
- background-color: #f7f7f9;
-}
-
-.button {
- border: 1px solid #A5ACB2;
- background-image : url(images/button.png);
-}
-
-.button:hover {
- background-image : url(images/buttonover.png);
-}
-
-.nextprev {
- border: 0px;
- text-align: center;
- padding: 2px;
- background-color: #f7f7f9;
-}
-
-.spacer{
- padding: 5px 0px;
-}
-
-.fborder, .border{
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
- padding: 5px;
- /* background-color: #fff; - inherited from body */
- border-bottom: 1px solid #bbb;
-}
-
-.forumheader, .forumheader4, .finfobar {
- background-color: #fbfbfd;
-}
-
-.forumheader5 {
- cursor: pointer;
-}
-
-.fcaption, .forumheader5 {
- background-color: #f7f7f7;
-}
-
-.searchhighlight {
- text-decoration: underline;
- color: #ff0000;
- font-weight: bold;
-}
-
-.helpbox {
- border: 0px;
-}
-
-.news_image {
- float: right;
- padding: 0px 0px 7px 7px;
-}
-
-.logo {
- display: block;
-}
-
-
-/* Theme Specific Classes */
-/*----------------------------------------------------------------------------*/
-
-.container {
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0px;
- border-bottom: 1px solid #126CA3;
-}
-
-.top_section {
- background-image: url(images/header.jpg);
- background-repeat: no-repeat;
- background-position: top left;
-}
-
-.left_section {
- vertical-align: top;
- width: 160px;
- border-right: 1px solid #126CA3;
- background-color: #CCDCF9;
-}
-
-.top_bar {
- background-color: #126CA3;
- text-align: right;
- padding-right: 5px;
- width: 100%;
- height: 23px;
-}
-
-.main_container {
- vertical-align: top;
-}
-
-.top_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 10px;
- width: 100%;
-}
-
-.bottom_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 12px;
- width: 100%;
-}
-
-.right_section {
- border-left: 1px solid #126CA3;
- text-align: center;
- vertical-align: top;
- width: 160px;
-}
-
-.main_nav {
- vertical-align: top;
-}
-
-.main_section {
- vertical-align: top;
- padding: 10px;
-}
-
-.main_caption, .menu_caption {
- font-weight: bold;
- color: #0B4366;
- margin-bottom: 7px;
-}
-
-.main_caption {
- font-size: 13px;
-}
-
-.tablerender {
- margin-bottom: 12px;
-}
-
-.top_left_menu_container {
- border-collapse: collapse;
- border-spacing: 0px;
- width: 100%;
-}
-
-.top_left_menu {
- background-color: #126CA3;
- font-weight: bold;
- padding: 12px 7px;
- color: #fff;
-}
-
-.top_left_menu a {
- color: #fff;
-}
-
-.top_left_menu a:hover {
- color: #ddd;
-}
-
-.top_left_menu_caption {
- font-size: 12px;
- padding-bottom: 10px;
-}
-
-.bottom_left_menu_area {
- vertical-align: top;
- padding-bottom: 10px;
-}
-
-.menu_caption {
- border-bottom: 1px solid #222;
- font-size: 12px;
-}
-
-.menu_container {
- width: 160px;
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.menu_inner_container {
- padding: 10px 7px;
-}
-
-.disclaimer {
- text-align: center;
- width: 100%;
- padding: 12px 0px;
-}
-
-
-.menuButton_menu {
- margin: 0px;
- padding: 2px 4px 2px 4px;
- text-decoration: none;
- cursor: pointer;
-}
-
-.menuButton_menu_over {
- margin: 0px;
- padding: 2px 4px 2px 4px;
- text-decoration: none;
- background-color: #efefef;
- cursor: pointer;
-}
-
-
-/* Theme Specific Classes: News Style */
-
-.news_info_top {
- padding: 2px;
-}
-
-.news_info_bottom {
- width: 100%;
- background-color: #f7f7f9;
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 12px;
-}
-
-.news_info_bottom_left {
- padding: 2px;
-}
-
-.news_info_bottom_middle {
- padding: 2px;
- width: 100%;
-}
-
-.news_info_bottom_right {
- padding: 2px;
- white-space: nowrap
-}
-
-.news_comments_icon {
- width: 16px;
- height: 16px;
- vertical-align: middle;
-}
-
-
-/* Theme Specific Classes: Cube Logo Graphic */
-
-.cube_container {
- position: relative;
- left: 0;
- top: 0;
-}
-
-.cube_image {
- position: absolute;
- top: -76px;
- left: -49px;
- width: 96px;
- height: 108px;
- display: block;
-}
-
-
-/* Theme Specific Classes: Advanced Content Management Graphic */
-
-.advanced_image {
- width: 145px;
- height: 90px;
- display: block;
- margin-left: 14px;
-}
-
-
-/* Theme Specific Classes: Paperclipped Notes Menu */
-
-.paperclip_container {
- text-align: center;
- width: 160px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.paperclip_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- width: 130px;
- height: 175px;
-}
-
-.paperclip_caption {
- padding: 6px 0px;
- text-align: right;
-}
-
-.paperclip {
- font-weight: bold;
- font-size: 12px;
- padding: 34px 20px 0px 20px;
- text-align: left;
- background-image: url(images/paperclip.png);
- background-repeat: no-repeat;
- background-position: top center;
- margin-bottom: 5px;
- vertical-align: top;
-}
-
-
-/* Theme Specific Classes: Post It Note Menu */
-
-.post_it_container {
- text-align: center;
- margin-bottom: 9px;
- margin-top: 7px;
- width: 160px;
- margin-left: auto;
- margin-right: auto;
- font-weight: bold;
- font-size: 12px;
-}
-
-.post_it_top {
- background-image: url(images/post_it_top.png);
- background-repeat: no-repeat;
- background-position: top center;
-}
-
-.post_it_back {
- text-align: left;
- background-image: url(images/post_it_middle.png);
- background-repeat: repeat-y;
- background-position: center;
- width: 120px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.post_it_bottom {
- background-image: url(images/post_it_bottom.png);
- background-repeat: no-repeat;
- background-position: bottom center;
- padding: 12px 7px;
-}
-
-.post_it_caption {
- padding-bottom: 5px;
-}
-
-
-/* Theme Specific Classes: Admin Area Header */
-
-.admin_header {
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.admin_header_right {
- text-align: right;
- padding: 0px 12px;
-}
-
-
-/* Brainjar Nav Menu Classes {SITELINS_ALT} */
-/*
-If you do not use {SITELINS_ALT} and switch to the standard {SITELINKS} instead,
-all of the below can be deleted.
-*/
-/*----------------------------------------------------------------------------*/
-
-div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
- font: normal 11px arial, verdana, tahoma, sans-serif;
- color: #000;
-}
-
-div.menuBar {
- background-color: #F7F9FA;
- background-image: url(images/s_nav.png);
- background-repeat: repeat-x;
- border-top: 1px solid #fff;
- padding: 4px 0px 4px 47px;
- text-align: left;
-}
-
-div.emenuBar {
- background-color: #F7F9FA;
- border-top: 1px solid #fff;
- text-align: left;
-}
-
-div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
- background-color: transparent;
- border: 1px solid;
- border-color: transparent !important;
- border-color: #fff #F8FAFB #F0F2F3 #F8FAFB;
- cursor: default;
- left: 0px;
- margin: 0px;
- padding: 2px 4px 2px 22px;
- position: relative;
- text-decoration: none;
- top: 0px;
- z-index: 100;
-}
-
-div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
- background-color: transparent;
- border-color: #fff #a5a5a5 #a5a5a5 #fff !important;
-}
-
-div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
- background-color: #fff;
- border-color: #a5a5a5 #fff #fff #a5a5a5 !important;
- left: 1px;
- top: 1px;
-}
-
-div.menu {
- background-color: #FCFDFF;
- border: 1px solid;
- border-color: #fff #a5a5a5 #a5a5a5 #fff;
- left: 0px;
- padding: 1px;
- position: absolute;
- top: 0px;
- visibility: hidden;
- z-index: 101;
-}
-
-div.menu a.menuItem {
- cursor: default;
- display: block;
- padding: 2px 11px 2px 0px;
- text-decoration: none;
- white-space: nowrap;
-}
-
-div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
- background-color: #F2F4FF;
-}
-
-div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
- padding: 0px 2px;
-}
-
-div.menu a.menuItem span.menuItemText {
- padding: 0px 0px 0px 3px;
-}
-
-div.menu a.menuItem span.menuItemArrow {
- margin-right: -.75em;
-}
-
-div.menu div.menuItemSep {
- border-top: 1px solid #a5a5a5;
- border-bottom: 1px solid #fff;
- margin: 4px 2px;
-}
-
-a.menuItem.header {
- border-bottom: 1px solid #b3b3b3;
-}
\ No newline at end of file
diff --git a/e107_themes/reline/admin_template.php b/e107_themes/reline/admin_template.php
deleted file mode 100644
index 9dfbf01d1..000000000
--- a/e107_themes/reline/admin_template.php
+++ /dev/null
@@ -1,224 +0,0 @@
- parseTemplate('{ADMIN_HELP}');
-
-$style = "right_menu";
-$pre_admin_menu = $tp -> parseTemplate('{ADMIN_MENU=pre}');
-$preright = $tp -> parseTemplate('{ADMIN_STATUS=request}');
-$preright .= $tp -> parseTemplate('{ADMIN_LATEST=request}');
-$preright .= $tp -> parseTemplate('{ADMIN_PRESET}');
-$preright .= $tp -> parseTemplate('{ADMIN_LOG=request}');
-$style = "default";
-
-// [layout]
-
-$ADMIN_HEADER = "
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{SEARCH}
-
-
-
-
-
-
-
-
-
";
-
-if (ADMIN) {
- $ADMIN_HEADER .= "{ADMIN_ALT_NAV=exit=off}";
-} else {
- $ADMIN_HEADER .= " ";
-}
-
-$ADMIN_HEADER .= "
-
-
-
-{SETSTYLE=default}
-
-
-
-";
-
-
-
-
-$ADMIN_FOOTER = " ";
-
-if ($pre_admin_menu || $preright) {
- $ADMIN_FOOTER .= "
- {SETSTYLE=right_menu}
- {ADMIN_MENU}
- ".$preright."
- ";
-}
-
-$ADMIN_FOOTER .= "
-
-
-
-
-
-
-
-{SITELINKS=flat}
-
-{SITEDISCLAIMER}
-
-{ADMIN_CREDITS}
-
";
-
-
-// [admin button style]
-/* NEW ADMIN MENU TEMPLATE
-
- * see function e_admin_menu() in e107_admin/header.php
-
-*/
-$E_ADMIN_MENU['start'] = '
-
-';
-
-$E_ADMIN_MENU['button'] = '
-
- » {LINK_TEXT}
- {SUB_MENU}
-
-';
-$E_ADMIN_MENU['button_active'] = '
-
- » {LINK_TEXT}
- {SUB_MENU}
-
-';
-
-$E_ADMIN_MENU['start_sub'] = '
-
-';
-
-$E_ADMIN_MENU['button_sub'] = '
-
- » {LINK_TEXT}
- {SUB_MENU}
-
-';
-$E_ADMIN_MENU['button_active_sub'] = '
-
- » {LINK_TEXT}
- {SUB_MENU}
-
-';
-
-$E_ADMIN_MENU['end_sub'] = '
-
-';
-
-$E_ADMIN_MENU['end'] = '
-
-';
-
-$BUTTONS_START = "
";
-
-$BUTTON = "
-
";
-
-$BUTTON_OVER = "
-
";
-
-$BUTTONS_END = "
";
-
-$SUB_BUTTONS_START = "
";
-
-?>
\ No newline at end of file
diff --git a/e107_themes/reline/cube.sc b/e107_themes/reline/cube.sc
deleted file mode 100644
index cd38f1e14..000000000
--- a/e107_themes/reline/cube.sc
+++ /dev/null
@@ -1,13 +0,0 @@
-parse_str($parm);
-$top = isset($top) ? $top : '-76px';
-$left = isset($left) ? $left : '-49px';
-
-return "
-
-
";
-
-// {CUBE=top=-76px&left=-49px}
-// Register custom theme shortcodes
-
-// $register_sc[] = 'CUBE'; // use as {CUBE} in your templates (e107_themes/your_theme/cube.sc)
-
diff --git a/e107_themes/reline/full_width.css b/e107_themes/reline/full_width.css
deleted file mode 100644
index ec8bb4110..000000000
--- a/e107_themes/reline/full_width.css
+++ /dev/null
@@ -1,490 +0,0 @@
-/* Non-Admin Area Stylesheet */
-/* info: Reline in full screen mode */
-
-/* Core Classes */
-/*----------------------------------------------------------------------------*/
-
-body {
- background-color: #fff;
-}
-
-body, td {
- margin: 0px;
- padding: 0px;
- text-align: left;
- color: #000;
-}
-
-body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
-.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
- font: normal 11px arial, verdana, tahoma, sans-serif;
-}
-
-.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
- font: normal 10px arial, verdana, tahoma, arial, sans-serif;
-}
-
-a {
- color: #1A4487;
-}
-
-a:hover {
- color: #000;
-}
-
-img {
- border: 0px;
-}
-
-form {
- margin: 0px;
-}
-
-table {
- margin-left: auto;
- margin-right: auto;
-}
-
-.tbox {
- border: #777 1px solid;
-}
-
-.indent {
- border: #999 1px dashed;
- padding: 5px;
- margin: 5px;
- background-color: #f7f7f9;
-}
-
-.button {
- border: 1px solid #A5ACB2;
- background-image : url(images/button.png);
-}
-
-.button:hover {
- background-image : url(images/buttonover.png);
-}
-
-.nextprev {
- border: 0px;
- text-align: center;
- padding: 2px;
- background-color: #f7f7f9;
-}
-
-.spacer{
- padding: 5px 0px;
-}
-
-.fborder, .border{
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
- padding: 5px;
- background-color: #fff;
- border-bottom: 1px solid #bbb;
-}
-
-.forumheader, .forumheader4, .finfobar {
- background-color: #fbfbfd;
-}
-
-.forumheader5 {
- cursor: pointer;
-}
-
-.fcaption, .forumheader5 {
- background-color: #f7f7f7;
-}
-
-.searchhighlight {
- text-decoration: underline;
- color: #ff0000;
- font-weight: bold;
-}
-
-.helpbox {
- border: 0px;
-}
-
-.news_image {
- float: right;
- padding: 0px 0px 7px 7px;
-}
-
-.logo {
- display: block;
-}
-
-
-/* Theme Specific Classes */
-/*----------------------------------------------------------------------------*/
-
-.container {
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0px;
- border-bottom: 1px solid #126CA3;
-}
-
-.top_section {
- background-image: url(images/header.jpg);
- background-repeat: no-repeat;
- background-position: top left;
-}
-
-.left_section {
- vertical-align: top;
- width: 160px;
- border-right: 1px solid #126CA3;
- background-color: #CCDCF9;
-}
-
-.top_bar {
- background-color: #126CA3;
- text-align: right;
- padding-right: 5px;
- width: 100%;
- height: 23px;
-}
-
-.main_container {
- vertical-align: top;
-}
-
-.top_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 10px;
- width: 100%;
-}
-
-.bottom_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 12px;
- width: 100%;
-}
-
-.right_section {
- border-left: 1px solid #126CA3;
- text-align: center;
- vertical-align: top;
- width: 160px;
-}
-
-.main_nav {
- padding-right: 5px;
- vertical-align: top;
-}
-
-.main_section {
- vertical-align: top;
- padding: 10px;
-}
-
-.main_caption, .menu_caption {
- font-weight: bold;
- color: #0B4366;
- margin-bottom: 7px;
-}
-
-.main_caption {
- font-size: 13px;
-}
-
-.tablerender {
- margin-bottom: 12px;
-}
-
-.top_left_menu_container {
- border-collapse: collapse;
- border-spacing: 0px;
- width: 100%;
-}
-
-.top_left_menu {
- background-color: #126CA3;
- font-weight: bold;
- padding: 12px 7px;
- color: #fff;
-}
-
-.top_left_menu a {
- color: #fff;
-}
-
-.top_left_menu a:hover {
- color: #ddd;
-}
-
-.top_left_menu_caption {
- font-size: 12px;
- padding-bottom: 10px;
-}
-
-.bottom_left_menu_area {
- vertical-align: top;
- padding-bottom: 10px;
-}
-
-.menu_caption {
- border-bottom: 1px solid #222;
- font-size: 12px;
-}
-
-.menu_container {
- width: 160px;
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.menu_inner_container {
- padding: 10px 7px;
-}
-
-.disclaimer {
- text-align: center;
- width: 100%;
- padding: 12px 0px;
-}
-
-
-/* Theme Specific Classes: News Style */
-
-.news_info_top {
- padding: 2px;
-}
-
-.news_info_bottom {
- width: 100%;
- background-color: #f7f7f9;
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 12px;
-}
-
-.news_info_bottom_left {
- padding: 2px;
-}
-
-.news_info_bottom_middle {
- padding: 2px;
- width: 100%;
-}
-
-.news_info_bottom_right {
- padding: 2px;
- white-space: nowrap
-}
-
-.news_comments_icon {
- width: 16px;
- height: 16px;
- vertical-align: middle;
-}
-
-
-/* Theme Specific Classes: Cube Logo Graphic */
-
-.cube_container {
- position: relative;
- left: 0;
- top: 0;
-}
-
-.cube_image {
- position: absolute;
- top: -76px;
- left: -49px;
- width: 96px;
- height: 108px;
- display: block;
-}
-
-
-/* Theme Specific Classes: Advanced Content Management Graphic */
-
-.advanced_image {
- width: 145px;
- height: 90px;
- display: block;
- margin-left: 14px;
-}
-
-
-/* Theme Specific Classes: Paperclipped Notes Menu */
-
-.paperclip_container {
- text-align: center;
- width: 160px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.paperclip_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- width: 130px;
- height: 175px;
-}
-
-.paperclip_caption {
- padding: 6px 0px;
- text-align: right;
-}
-
-.paperclip {
- font-weight: bold;
- font-size: 12px;
- padding: 34px 20px 0px 20px;
- text-align: left;
- background-image: url(images/paperclip.png);
- background-repeat: no-repeat;
- background-position: top center;
- margin-bottom: 5px;
- vertical-align: top;
-}
-
-
-/* Theme Specific Classes: Post It Note Menu */
-
-.post_it_container {
- text-align: center;
- margin-bottom: 9px;
- margin-top: 7px;
- width: 160px;
- margin-left: auto;
- margin-right: auto;
- font-weight: bold;
- font-size: 12px;
-}
-
-.post_it_top {
- background-image: url(images/post_it_top.png);
- background-repeat: no-repeat;
- background-position: top center;
-}
-
-.post_it_back {
- text-align: left;
- background-image: url(images/post_it_middle.png);
- background-repeat: repeat-y;
- background-position: center;
- width: 120px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.post_it_bottom {
- background-image: url(images/post_it_bottom.png);
- background-repeat: no-repeat;
- background-position: bottom center;
- padding: 12px 7px;
-}
-
-.post_it_caption {
- padding-bottom: 5px;
-}
-
-
-/* Brainjar Nav Menu Classes {SITELINS_ALT} */
-/*
-If you do not use {SITELINS_ALT} and switch to the standard {SITELINKS} instead,
-all of the below can be deleted.
-*/
-/*----------------------------------------------------------------------------*/
-
-div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
- font: bold 12px arial, verdana, arial, tahoma, sans-serif;
- color: #126CA3;
- text-align: left;
-}
-
-div.menuBar {
- background-color: #fff;
- border-top: 1px solid #fff;
- padding: 4px 0px;
- text-align: right;
-}
-
-div.emenuBar {
- background-color: #F7F9FA;
- border-top: 1px solid #fff;
- text-align: left;
-}
-
-div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
- background-color: transparent;
- border: 1px solid;
- border-color: transparent !important;
- border-color: #fff #fff #fff #fff;
- left: 0px;
- margin: 0px;
- padding: 2px 6px 2px 6px;
- position: relative;
- text-decoration: none;
- top: 0px;
- z-index: 100;
-}
-
-div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
- background-color: #126CA3;
- border-color: #fff #fff #fff #fff !important;
- color: #fff;
-}
-
-div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
- background-color: #126CA3;
- border-color: #fff #fff #fff #fff !important;
- left: 1px;
- top: 1px;
- color: #fff;
-}
-
-div.menu {
- background-color: #FCFDFF;
- border: 1px solid;
- border-color: #fff #a5a5a5 #a5a5a5 #fff;
- left: 0px;
- padding: 1px;
- position: absolute;
- top: 0px;
- visibility: hidden;
- z-index: 101;
-}
-
-div.menu a.menuItem {
- display: block;
- padding: 2px 11px 2px 0px;
- text-decoration: none;
- white-space: nowrap;
-}
-
-div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
- background-color: #F2F4FF;
-}
-
-div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
- padding: 0px 2px;
-}
-
-div.menu a.menuItem span.menuItemText {
- padding: 0px 0px 0px 3px;
-}
-
-div.menu a.menuItem span.menuItemArrow {
- margin-right: -.75em;
-}
-
-div.menu div.menuItemSep {
- border-top: 1px solid #a5a5a5;
- border-bottom: 1px solid #fff;
- margin: 4px 2px;
-}
-
-a.menuItem.header {
- border-bottom: 1px solid #b3b3b3;
-}
\ No newline at end of file
diff --git a/e107_themes/reline/images/arrow.png b/e107_themes/reline/images/arrow.png
deleted file mode 100644
index 064e5f466..000000000
Binary files a/e107_themes/reline/images/arrow.png and /dev/null differ
diff --git a/e107_themes/reline/images/bar.jpg b/e107_themes/reline/images/bar.jpg
deleted file mode 100644
index 09b4da58f..000000000
Binary files a/e107_themes/reline/images/bar.jpg and /dev/null differ
diff --git a/e107_themes/reline/images/blank.gif b/e107_themes/reline/images/blank.gif
deleted file mode 100644
index 63a7621dd..000000000
Binary files a/e107_themes/reline/images/blank.gif and /dev/null differ
diff --git a/e107_themes/reline/images/bullet2.gif b/e107_themes/reline/images/bullet2.gif
deleted file mode 100644
index a21e4a399..000000000
Binary files a/e107_themes/reline/images/bullet2.gif and /dev/null differ
diff --git a/e107_themes/reline/images/button.png b/e107_themes/reline/images/button.png
deleted file mode 100644
index 4e09c6e3f..000000000
Binary files a/e107_themes/reline/images/button.png and /dev/null differ
diff --git a/e107_themes/reline/images/buttonover.png b/e107_themes/reline/images/buttonover.png
deleted file mode 100644
index d5b52291f..000000000
Binary files a/e107_themes/reline/images/buttonover.png and /dev/null differ
diff --git a/e107_themes/reline/images/comments_16.png b/e107_themes/reline/images/comments_16.png
deleted file mode 100644
index d40ae5552..000000000
Binary files a/e107_themes/reline/images/comments_16.png and /dev/null differ
diff --git a/e107_themes/reline/images/cube.png b/e107_themes/reline/images/cube.png
deleted file mode 100644
index 52c2cf88b..000000000
Binary files a/e107_themes/reline/images/cube.png and /dev/null differ
diff --git a/e107_themes/reline/images/e_adminlogo.png b/e107_themes/reline/images/e_adminlogo.png
deleted file mode 100644
index 37e5fdb4e..000000000
Binary files a/e107_themes/reline/images/e_adminlogo.png and /dev/null differ
diff --git a/e107_themes/reline/images/e_logo.png b/e107_themes/reline/images/e_logo.png
deleted file mode 100644
index e23e010a2..000000000
Binary files a/e107_themes/reline/images/e_logo.png and /dev/null differ
diff --git a/e107_themes/reline/images/email_16.png b/e107_themes/reline/images/email_16.png
deleted file mode 100644
index 503e87ff1..000000000
Binary files a/e107_themes/reline/images/email_16.png and /dev/null differ
diff --git a/e107_themes/reline/images/header.jpg b/e107_themes/reline/images/header.jpg
deleted file mode 100644
index c38d69543..000000000
Binary files a/e107_themes/reline/images/header.jpg and /dev/null differ
diff --git a/e107_themes/reline/images/header.png b/e107_themes/reline/images/header.png
deleted file mode 100644
index 63c070345..000000000
Binary files a/e107_themes/reline/images/header.png and /dev/null differ
diff --git a/e107_themes/reline/images/header_.png b/e107_themes/reline/images/header_.png
deleted file mode 100644
index 63c070345..000000000
Binary files a/e107_themes/reline/images/header_.png and /dev/null differ
diff --git a/e107_themes/reline/images/loggedin.png b/e107_themes/reline/images/loggedin.png
deleted file mode 100644
index 9544f48c8..000000000
Binary files a/e107_themes/reline/images/loggedin.png and /dev/null differ
diff --git a/e107_themes/reline/images/logo.png b/e107_themes/reline/images/logo.png
deleted file mode 100644
index e23e010a2..000000000
Binary files a/e107_themes/reline/images/logo.png and /dev/null differ
diff --git a/e107_themes/reline/images/paperclip.png b/e107_themes/reline/images/paperclip.png
deleted file mode 100644
index 055f953c8..000000000
Binary files a/e107_themes/reline/images/paperclip.png and /dev/null differ
diff --git a/e107_themes/reline/images/polls.png b/e107_themes/reline/images/polls.png
deleted file mode 100644
index 82141276b..000000000
Binary files a/e107_themes/reline/images/polls.png and /dev/null differ
diff --git a/e107_themes/reline/images/post_it_bottom.png b/e107_themes/reline/images/post_it_bottom.png
deleted file mode 100644
index ba768ce12..000000000
Binary files a/e107_themes/reline/images/post_it_bottom.png and /dev/null differ
diff --git a/e107_themes/reline/images/post_it_middle.png b/e107_themes/reline/images/post_it_middle.png
deleted file mode 100644
index 630262474..000000000
Binary files a/e107_themes/reline/images/post_it_middle.png and /dev/null differ
diff --git a/e107_themes/reline/images/post_it_top.png b/e107_themes/reline/images/post_it_top.png
deleted file mode 100644
index 028c2ae7b..000000000
Binary files a/e107_themes/reline/images/post_it_top.png and /dev/null differ
diff --git a/e107_themes/reline/images/postedby_16.png b/e107_themes/reline/images/postedby_16.png
deleted file mode 100644
index cfa279899..000000000
Binary files a/e107_themes/reline/images/postedby_16.png and /dev/null differ
diff --git a/e107_themes/reline/images/print_16.png b/e107_themes/reline/images/print_16.png
deleted file mode 100644
index 728d047e7..000000000
Binary files a/e107_themes/reline/images/print_16.png and /dev/null differ
diff --git a/e107_themes/reline/images/s_nav.png b/e107_themes/reline/images/s_nav.png
deleted file mode 100644
index 1845caac4..000000000
Binary files a/e107_themes/reline/images/s_nav.png and /dev/null differ
diff --git a/e107_themes/reline/images/search.png b/e107_themes/reline/images/search.png
deleted file mode 100644
index 1cf33f593..000000000
Binary files a/e107_themes/reline/images/search.png and /dev/null differ
diff --git a/e107_themes/reline/index.html b/e107_themes/reline/index.html
deleted file mode 100644
index e69de29bb..000000000
diff --git a/e107_themes/reline/languages/English.php b/e107_themes/reline/languages/English.php
deleted file mode 100644
index ca0dc479b..000000000
--- a/e107_themes/reline/languages/English.php
+++ /dev/null
@@ -1,29 +0,0 @@
-
diff --git a/e107_themes/reline/preview.jpg b/e107_themes/reline/preview.jpg
deleted file mode 100644
index 72f851584..000000000
Binary files a/e107_themes/reline/preview.jpg and /dev/null differ
diff --git a/e107_themes/reline/style.css b/e107_themes/reline/style.css
deleted file mode 100644
index fc2b3056b..000000000
--- a/e107_themes/reline/style.css
+++ /dev/null
@@ -1,492 +0,0 @@
-/* Core Classes */
-/*----------------------------------------------------------------------------*/
-
-body {
- background-color: #fff;
-}
-
-body, td {
- margin: 0px;
- padding: 0px;
- text-align: left;
- color: #000;
-}
-
-body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
-.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
- font: normal 11px arial, verdana, tahoma, sans-serif;
-}
-
-.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
- font: normal 10px arial, verdana, tahoma, arial, sans-serif;
-}
-
-a {
- color: #1A4487;
-}
-
-a:hover {
- color: #000;
-}
-
-img {
- border: 0px;
-}
-.linkspage_button{
- border:0px;
-}
-
-form {
- margin: 0px;
-}
-
-table {
- margin-left: auto;
- margin-right: auto;
-}
-
-.tbox {
- border: #777 1px solid;
-}
-
-.indent {
- border: #999 1px dashed;
- padding: 5px;
- margin: 5px;
- background-color: #f7f7f9;
-}
-
-.button {
- border: 1px solid #A5ACB2;
- background-image : url(images/button.png);
-}
-
-.button:hover {
- background-image : url(images/buttonover.png);
-}
-
-.nextprev {
- border: 0px;
- text-align: center;
- padding: 2px;
- background-color: #f7f7f9;
-}
-
-.spacer{
- padding: 5px 0px;
-}
-
-.fborder, .border{
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
- padding: 5px;
- /* background-color: #fff; - inherited from body */
- border-bottom: 1px solid #bbb;
-}
-
-.forumheader, .forumheader4, .finfobar {
- background-color: #fbfbfd;
-}
-
-.forumheader5 {
- cursor: pointer;
-}
-
-.fcaption, .forumheader5 {
- background-color: #f7f7f7;
-}
-
-.searchhighlight {
- text-decoration: underline;
- color: #ff0000;
- font-weight: bold;
-}
-
-.helpbox {
- border: 0px;
-}
-
-.news_image {
- float: right;
- padding: 0px 0px 7px 7px;
-}
-
-.logo {
- display: block;
-}
-
-
-/* Theme Specific Classes */
-/*----------------------------------------------------------------------------*/
-
-.container {
- width: 755px;
- border-collapse: collapse;
- border-spacing: 0px;
- border-right: 1px solid #126CA3;
- border-bottom: 1px solid #126CA3;
- margin-left: 0px;
-}
-
-.top_section {
- background-image: url(images/header.jpg);
- background-repeat: no-repeat;
- background-position: top left;
-}
-
-.left_section {
- vertical-align: top;
- width: 160px;
- border-right: 1px solid #126CA3;
- background-color: #CCDCF9;
-}
-
-.top_bar {
- background-color: #126CA3;
- text-align: right;
- padding-right: 5px;
- width: 100%;
- height: 23px;
-}
-
-.main_container {
- vertical-align: top;
-}
-
-.top_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 10px;
- width: 100%;
-}
-
-.bottom_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 12px;
- width: 100%;
-}
-
-.right_section {
- border-left: 1px solid #126CA3;
- text-align: center;
- vertical-align: top;
- width: 160px;
-}
-
-.main_nav {
- padding-right: 5px;
- vertical-align: top;
-}
-
-.main_section {
- vertical-align: top;
- padding: 10px;
-}
-
-.main_caption, .menu_caption {
- font-weight: bold;
- color: #0B4366;
- margin-bottom: 7px;
-}
-
-.main_caption {
- font-size: 13px;
-}
-
-.tablerender {
- margin-bottom: 12px;
-}
-
-.top_left_menu_container {
- border-collapse: collapse;
- border-spacing: 0px;
- width: 100%;
-}
-
-.top_left_menu {
- background-color: #126CA3;
- font-weight: bold;
- padding: 12px 7px;
- color: #fff;
-}
-
-.top_left_menu a {
- color: #fff;
-}
-
-.top_left_menu a:hover {
- color: #ddd;
-}
-
-.top_left_menu_caption {
- font-size: 12px;
- padding-bottom: 10px;
-}
-
-.bottom_left_menu_area {
- vertical-align: top;
- padding-bottom: 10px;
-}
-
-.menu_caption {
- border-bottom: 1px solid #222;
- font-size: 12px;
-}
-
-.menu_container {
- width: 160px;
- border-collapse: collapse;
- border-spacing: 0px;
-}
-
-.menu_inner_container {
- padding: 10px 7px;
-}
-
-.disclaimer {
- text-align: center;
- width: 755px;
- padding: 12px 0px;
-}
-
-
-/* Theme Specific Classes: News Style */
-
-.news_info_top {
- padding: 2px;
-}
-
-.news_info_bottom {
- width: 100%;
- background-color: #f7f7f9;
- border-collapse: collapse;
- border-spacing: 0px;
- margin-bottom: 12px;
-}
-
-.news_info_bottom_left {
- padding: 2px;
-}
-
-.news_info_bottom_middle {
- padding: 2px;
- width: 100%;
-}
-
-.news_info_bottom_right {
- padding: 2px;
- white-space: nowrap
-}
-
-.news_comments_icon {
- width: 16px;
- height: 16px;
- vertical-align: middle;
-}
-
-
-/* Theme Specific Classes: Cube Logo Graphic */
-
-.cube_container {
- position: relative;
- left: 0;
- top: 0;
-}
-
-.cube_image {
- position: absolute;
- top: -76px;
- left: -49px;
- width: 96px;
- height: 108px;
- display: block;
-}
-
-
-/* Theme Specific Classes: Advanced Content Management Graphic */
-
-.advanced_image {
- width: 145px;
- height: 90px;
- display: block;
- margin-left: 14px;
-}
-
-
-/* Theme Specific Classes: Paperclipped Notes Menu */
-
-.paperclip_container {
- text-align: center;
- width: 160px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.paperclip_inner_container {
- border-collapse: collapse;
- border-spacing: 0px;
- width: 130px;
- height: 175px;
-}
-
-.paperclip_caption {
- padding: 6px 0px;
- text-align: right;
-}
-
-.paperclip {
- font-weight: bold;
- font-size: 12px;
- padding: 34px 20px 0px 20px;
- text-align: left;
- background-image: url(images/paperclip.png);
- background-repeat: no-repeat;
- background-position: top center;
- margin-bottom: 5px;
- vertical-align: top;
-}
-
-
-/* Theme Specific Classes: Post It Note Menu */
-
-.post_it_container {
- text-align: center;
- margin-bottom: 9px;
- margin-top: 7px;
- width: 160px;
- margin-left: auto;
- margin-right: auto;
- font-weight: bold;
- font-size: 12px;
-}
-
-.post_it_top {
- background-image: url(images/post_it_top.png);
- background-repeat: no-repeat;
- background-position: top center;
-}
-
-.post_it_back {
- text-align: left;
- background-image: url(images/post_it_middle.png);
- background-repeat: repeat-y;
- background-position: center;
- width: 120px;
- margin-left: auto;
- margin-right: auto;
-}
-
-.post_it_bottom {
- background-image: url(images/post_it_bottom.png);
- background-repeat: no-repeat;
- background-position: bottom center;
- padding: 12px 7px;
-}
-
-.post_it_caption {
- padding-bottom: 5px;
-}
-
-
-/* Brainjar Nav Menu Classes {SITELINS_ALT} */
-/*
-If you do not use {SITELINS_ALT} and switch to the standard {SITELINKS} instead,
-all of the below can be deleted.
-*/
-/*----------------------------------------------------------------------------*/
-
-div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
- font: bold 12px arial, verdana, arial, tahoma, sans-serif;
- color: #126CA3;
- text-align: left;
-}
-
-div.menuBar {
- background-color: #fff;
- border-top: 1px solid #fff;
- padding: 4px 0px;
- text-align: right;
-}
-
-div.emenuBar {
- background-color: #F7F9FA;
- border-top: 1px solid #fff;
- text-align: left;
-}
-
-div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
- background-color: transparent;
- border: 1px solid;
- border-color: transparent !important;
- border-color: #fff #fff #fff #fff;
- left: 0px;
- margin: 0px;
- padding: 2px 6px 2px 6px;
- position: relative;
- text-decoration: none;
- top: 0px;
- z-index: 100;
-}
-
-div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
- background-color: #126CA3;
- border-color: #fff #fff #fff #fff !important;
- color: #fff;
-}
-
-div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
- background-color: #126CA3;
- border-color: #fff #fff #fff #fff !important;
- left: 1px;
- top: 1px;
- color: #fff;
-}
-
-div.menu {
- background-color: #FCFDFF;
- border: 1px solid;
- border-color: #fff #a5a5a5 #a5a5a5 #fff;
- left: 0px;
- padding: 1px;
- position: absolute;
- top: 0px;
- visibility: hidden;
- z-index: 101;
-}
-
-div.menu a.menuItem {
- display: block;
- padding: 2px 11px 2px 0px;
- text-decoration: none;
- white-space: nowrap;
-}
-
-div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
- background-color: #F2F4FF;
-}
-
-div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
- padding: 0px 2px;
-}
-
-div.menu a.menuItem span.menuItemText {
- padding: 0px 0px 0px 3px;
-}
-
-div.menu a.menuItem span.menuItemArrow {
- margin-right: -.75em;
-}
-
-div.menu div.menuItemSep {
- border-top: 1px solid #a5a5a5;
- border-bottom: 1px solid #fff;
- margin: 4px 2px;
-}
-
-a.menuItem.header {
- border-bottom: 1px solid #b3b3b3;
-}
\ No newline at end of file
diff --git a/e107_themes/reline/theme.php b/e107_themes/reline/theme.php
deleted file mode 100644
index 75b92c35d..000000000
--- a/e107_themes/reline/theme.php
+++ /dev/null
@@ -1,385 +0,0 @@
- by massimo bassi [maXb] ( http://www.robamia.com )
-|
-| funky_box 1
-| -> by Andrzej Pobiedzinski [Sarej] ( http://www.imagecreators.olsztyn.pl )
-|
-| Lime Light | Orange Splash
-| -> by Martin R.W [matchstick] ( http://www.match-stick.co.uk )
-|
-| Hands 4: holding a poster | Paper clipped | Post-It | Bubbles 3
-| -> by Davide Guglielmo [brokenarts] ( http://www.broken-arts.com )
-|
-+----------------------------------------------------------------------------+
-*/
-
-
-// Protect the file from direct access
-if (!defined('e107_INIT')) { exit; }
-
-
-// Get language definition files for this theme
-@include_once(e_THEME."reline/languages/".e_LANGUAGE.".php");
-@include_once(e_THEME."reline/languages/English.php");
-
-
-// Set theme info
-$themename = "Reline";
-$themeversion = "1.0";
-$themeauthor = "SweetAs";
-$themedate = "24/04/06";
-$themeinfo = "";
-$xhtmlcompliant = TRUE; // If set to TRUE will display an XHTML compliant logo in theme manager
-$csscompliant = TRUE; // If set to TRUE will display a CSS compliant logo in theme manager
-
-
-// Define which icon set to use.
-// There are two possible values here 'dark' and 'lite'.
-// If your theme has a light background then use 'lite' and vice versa for dark themes.
-// Because IE does not yet support Alpha transparency with PNG24 images, all of e107's
-// icons have been saved with both a light and dark matte background (to prevent jagged
-// edges that you see when no matte is present).
-// The IMODE is specifying which of the icon sets to use.
-// IE7 will support Alpha transparent PNG's at which point we will create a third set
-// of icons (using alpha transparency instead of a matte) and IMODE will gradually be
-// filtered out as this new set will work with all background colours.
-// Uncomment the line below to define IMODE (remove the // ). Default is 'lite'.
-
-// define("IMODE", "lite");
-
-
-// Theme disclaimer is displayed in your site disclaimer appended to the site disclaimer text.
-// Uncomment the line below to set a theme disclaimer (remove the // ).
-
-// define("THEME_DISCLAIMER", "Example theme disclaimer text.");
-
-
-// Dont render core style sheet link.
-// the contents of e107_files/e107.css have been copied to this themes style.css.
-// By setting $no_core_css to TRUE below we can prevent the
tag
-// that would normally be generated in the of the page from being outputted.
-// This saves us a call by the browser to a stylesheet that we no longer need.
-
-/*
- enable core css for now
- $no_core_css = TRUE;
-*/
-
-
-// Output into section.
-// Anything echoed from within the theme_head() function gets outputted into the of your page.
-// Please note that you have other choices for based javascript. You can create a theme.js file
-// in your themes folder and a link will automatically be generated to it in the of your page.
-// If you have javascript that is independant of the theme rather than use theme.js or the theme_head()
-// function below, its advisable to instead create a new file e107_files/user.js, placing your script
-// into this, and as with theme.js, a link will automatically be generated to this file.
-// Uncomment the following three lines to use.
-
-function theme_head() {
- return "
- ";
-}
-
-
-// Header and footer templates for the body of your site.
-// These are the header and footer that wraps the content of a page.
-// Note that these are the templates for *inbetween* the and tags.
-// The rest of the output (eg. the section of the page) are covered by
-// the header and footer template files in e107_themes/templates.
-// These are called header_default.php and footer_default.php.
-// If you wish to use your own versions of these files uncomment the line below (remove the // )
-// and edit it so that the text string represents the postfix of the new set of files.
-// eg. using the example text e107 will include these files:
-// e107_themes/templates/header_your_version.php and e107_themes/templates/footer_your_version.php
-// instead of the default:
-// e107_themes/templates/header_default.php and e107_themes/templates/footer_default.php
-// Please note however that using non default core header and footer templates is not recommended
-// and that the flexibility of these files enables you to add and edit content to them without editing
-// the files directly. Documentation for this can be found on e107.org.
-
-// $layout = '_your_version'; // uncomment this line (remove the // ) to use alternative template files.
-
-
-//Require e107Utils#Decorate JS
-// This include method could be changed soon
-$THEME_CORE_JSLIB = array(
- 'jslib/core/decorate.js' => 'all'
-);
-
-
-// Main header
-$HEADER = "
-
-
-
-
-
-
-{LOGO}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{SEARCH}
-
-
-
-
-
-
-
-
-
-
-{SITELINKS_ALT=no_icons+noclick}
-
-
-
-
-{SETSTYLE=default}
-
-
-
-
-{WMESSAGE}
-";
-
-
-// Main footer
-$FOOTER = "
-
-
-{SETSTYLE=paperclip}
-{MENU=3}
-{SETSTYLE=right_menu}
-{MENU=4}
-{SETSTYLE=post_it}
-{MENU=5}
-
-
-
-
-
-
-
-
-
-{SITEDISCLAIMER}
-
";
-
-// Custom footer for pages with no right menu area. Uncomment the $CUSTOMPAGES line below the
-// footer to activate and use.
-
-$CUSTOMFOOTER['No_Right_Menu_Area'] = "
-
-
-
-
-
-
-
-
-{SITEDISCLAIMER}
-
";
-
-
- // Uncomment the below line (remove the // ) and enter in the filenames (or part of) for
- // those pages you wish to use the custom page layout defined above (separate with spaces).
-
- // $CUSTOMPAGES['No_Right_Menu_Area'] = "forum.php forum_post.php forum_viewtopic.php";
-
-
-// Define attributes associated with site links.
-
-define('PRELINK', ''); // Prefixed to all links as a group
-define('POSTLINK', ''); // Postfixed to all links as a group
-define('LINKSTART', ''); // Prefixed to each indivdual link
-define('LINKEND', ''); // Postfixed to each indivdual link
-define('LINKDISPLAY', 1);
-define('LINKALIGN', 'left');
-
-
-// News style
-
-$NEWSSTYLE = "
{STICKY_ICON}{NEWSTITLE}
{NEWSIMAGE}{NEWSBODY}{EXTENDED}
-
-
-
-{NEWSCOMMENTS}{TRACKBACK}
-
-
-
-
-
-{NEWSICON}
-
-
-
-".LAN_THEME_5." {NEWSAUTHOR} ".LAN_THEME_6." {NEWSDATE}
-
-
-
-{EMAILICON}{PRINTICON}{PDFICON}{ADMINOPTIONS}
-
-
-
";
-
-
-// Define attributes associated with news style.
-
-define('ICONMAIL', 'email_16.png');
-define('ICONPRINT', 'print_16.png');
-define('ICONSTYLE', 'border: 0px');
-define('COMMENTOFFSTRING', LAN_THEME_1);
-define('COMMENTLINK', LAN_THEME_2);
-define('PRE_EXTENDEDSTRING', '
[ ');
-define('EXTENDEDSTRING', LAN_THEME_3);
-define('POST_EXTENDEDSTRING', ' ]
');
-define('TRACKBACKSTRING', LAN_THEME_4);
-define('TRACKBACKBEFORESTRING', ' | ');
-
-
-// Table style
-
-function tablestyle($caption, $text, $mode){
- global $style;
-
- if ($style == 'top_left_menu')
- {
- echo "";
- }
- else if ($style == 'paperclip')
- {
- echo "
-
";
- if ($caption)
- {
- echo "".$caption."
";
- }
- echo $text."
";
- }
- else if ($style == 'post_it')
- {
- echo "
";
- }
- else if ($style == 'bottom_left_menu' || $style == 'right_menu')
- {
- echo "";
- }
- else
- {
- echo "
";
- }
-
-}
-
-
-// Comment post style
-$sc_style['REPLY']['pre'] = "
";
-
-$sc_style['SUBJECT']['pre'] = " ";
-
-$sc_style['COMMENTEDIT']['pre'] = "
";
-
-$sc_style['JOINED']['post'] = "
";
-
-$sc_style['LOCATION']['post'] = "
";
-
-$sc_style['RATING']['post'] = "
";
-
-$sc_style['COMMENT']['post'] = "
";
-
-$COMMENTSTYLE = "
-
-".LAN_THEME_5." {USERNAME} ".LAN_THEME_6." {TIMEDATE}
-
-
-{REPLY}{SUBJECT}
-
-
-
-
-{COMMENTEDIT}
-
-
";
-
-
-// Search shortcode style
-$SEARCH_SHORTCODE = "
-
";
-
-
-// Chatbox post style
-$CHATBOXSTYLE = "
-
{USERNAME} {TIMEDATE}
{MESSAGE}
";
-
-
-?>
\ No newline at end of file
diff --git a/e107_themes/sebes/images/arrow.png b/e107_themes/sebes/images/arrow.png
deleted file mode 100644
index c424321a6..000000000
Binary files a/e107_themes/sebes/images/arrow.png and /dev/null differ
diff --git a/e107_themes/sebes/images/button.png b/e107_themes/sebes/images/button.png
deleted file mode 100644
index 1e3d494be..000000000
Binary files a/e107_themes/sebes/images/button.png and /dev/null differ
diff --git a/e107_themes/sebes/images/fcaption.png b/e107_themes/sebes/images/fcaption.png
deleted file mode 100644
index fe711a44b..000000000
Binary files a/e107_themes/sebes/images/fcaption.png and /dev/null differ
diff --git a/e107_themes/sebes/images/forumheader.png b/e107_themes/sebes/images/forumheader.png
deleted file mode 100644
index dc27bb398..000000000
Binary files a/e107_themes/sebes/images/forumheader.png and /dev/null differ
diff --git a/e107_themes/sebes/images/header.png b/e107_themes/sebes/images/header.png
deleted file mode 100644
index 28bb06b97..000000000
Binary files a/e107_themes/sebes/images/header.png and /dev/null differ
diff --git a/e107_themes/sebes/images/logo1.png b/e107_themes/sebes/images/logo1.png
deleted file mode 100644
index c8fc23bbe..000000000
Binary files a/e107_themes/sebes/images/logo1.png and /dev/null differ
diff --git a/e107_themes/sebes/images/logo1_template.png b/e107_themes/sebes/images/logo1_template.png
deleted file mode 100644
index fa633c255..000000000
Binary files a/e107_themes/sebes/images/logo1_template.png and /dev/null differ
diff --git a/e107_themes/sebes/images/logo2.png b/e107_themes/sebes/images/logo2.png
deleted file mode 100644
index 6d4a90478..000000000
Binary files a/e107_themes/sebes/images/logo2.png and /dev/null differ
diff --git a/e107_themes/sebes/images/logo2_template.png b/e107_themes/sebes/images/logo2_template.png
deleted file mode 100644
index fdd74d181..000000000
Binary files a/e107_themes/sebes/images/logo2_template.png and /dev/null differ
diff --git a/e107_themes/sebes/images/marrow.png b/e107_themes/sebes/images/marrow.png
deleted file mode 100644
index b28a05ed6..000000000
Binary files a/e107_themes/sebes/images/marrow.png and /dev/null differ
diff --git a/e107_themes/sebes/images/oarrow.png b/e107_themes/sebes/images/oarrow.png
deleted file mode 100644
index b9621181e..000000000
Binary files a/e107_themes/sebes/images/oarrow.png and /dev/null differ
diff --git a/e107_themes/sebes/images/search.png b/e107_themes/sebes/images/search.png
deleted file mode 100644
index e05b0ca13..000000000
Binary files a/e107_themes/sebes/images/search.png and /dev/null differ
diff --git a/e107_themes/sebes/images/selarrow.png b/e107_themes/sebes/images/selarrow.png
deleted file mode 100644
index 3ea11781b..000000000
Binary files a/e107_themes/sebes/images/selarrow.png and /dev/null differ
diff --git a/e107_themes/sebes/index.html b/e107_themes/sebes/index.html
deleted file mode 100644
index e69de29bb..000000000
diff --git a/e107_themes/sebes/languages/English.php b/e107_themes/sebes/languages/English.php
deleted file mode 100644
index ed183243a..000000000
--- a/e107_themes/sebes/languages/English.php
+++ /dev/null
@@ -1,27 +0,0 @@
-jalist");
-define('LAN_THEME_2', 'Read/Post Comment: ');
-define('LAN_THEME_3', 'Comments are turned off for this item');
-define('LAN_THEME_4', 'Read the rest ...');
-define('LAN_THEME_5', 'Trackbacks: ');
-define('LAN_THEME_6', ' on ');
-
-?>
diff --git a/e107_themes/sebes/preview.jpg b/e107_themes/sebes/preview.jpg
deleted file mode 100644
index 4c75201c9..000000000
Binary files a/e107_themes/sebes/preview.jpg and /dev/null differ
diff --git a/e107_themes/sebes/style.css b/e107_themes/sebes/style.css
deleted file mode 100644
index c08490ea9..000000000
--- a/e107_themes/sebes/style.css
+++ /dev/null
@@ -1,275 +0,0 @@
-body {
- color: #000;
- font: 11px verdana, tahoma, arial, sans-serif;
- background-color: #D1CFCF;
-}
-a {
- color: #035479;
- text-decoration: none;
-}
-a:hover {
- color: #DC6504;
- text-decoration: none;
-}
-
-.mainbox {
- border: 1px solid #879397;
- background-color: #fff;
- color: #000;
-}
-
-#banner {
- position: absolute;
- right:20px;
- top:40px;
-}
-
-#logo1 {
- background-image: url(images/logo1.png);
- width: 215px;
- height: 104px;
-}
-
-#logo2 {
- background-image: url(images/logo2.png);
- width: 215px;
- height: 24px;
-}
-
-#heading {
- background-image: url(images/header.png);
- width: 100%;
- height: 104px;
- background-repeat: repeat-x;
-
-}
-
-.smalltext {
- color: #000;
- font: 10px verdana, tahoma, arial, sans-serif;
-}
-
-.headertext {
- color: #DC6504;
- font: 16px verdana, tahoma, arial, sans-serif;
- font-weight: bold;
-}
-
-.indent {
- border: 1px solid #D1CFCF;
- background-color: #efefef;
- color: #727272;
- font: 7pt verdana, tahoma, arial, sans-serif;
- padding: 10px;
-}
-
-.docinnerbox {
- padding: 10px;
- text-align: left;
-}
-
-#doclinkcolumn {
- width: 214px;
- background-color: #f0f0f0;
- vertical-align: top;
-}
-
-#docmaincolumn {
- background-color: #fff;
- border-left: 1px solid #000;
- vertical-align: top;
-}
-
-#searchbox {
- text-align: right;
- padding-right: 6px;
-}
-
-form {
- margin: 2px 0px 0px 0px;
-}
-
-p {
- margin: 0px;
-}
-
-#info {
- background-image: url(images/info.png);
- background-repeat: repeat-x;
- height: 20px;
- width: 100%;
-}
-
-ol, ul{
- margin-top: 0;
- margin-bottom: 0;
-}
-
-.captiontext, h1 {
- color: #DC6504;
- font: 14px verdana, tahoma, arial, sans-serif;
- margin: 0;
-}
-
-.caption {
- color: #DC6504;
- font: 12px verdana, tahoma, arial, sans-serif;
- margin: 0;
-}
-
-hr {
- border-top: #666 1px solid;
- height: 1px;
- width: 100%;
- text-align:center;
-}
-
-.helpbox {
- color:#000;
- font: 9px tahoma, verdana, arial, helvetica, sans-serif;
- border: 0px none red;
- background-color: transparent;
-}
-
-#commentform {
- text-align: left;
-}
-
-#commentformbutton {
- text-align: left;
-}
-
-.button {
- border: 1px solid #000;
- color: #000;
- font: 7pt verdana, tahoma, arial, helvetica, sans-serif;
- text-align:center;
- background-image : url(images/button.png);
-}
-
-.tbox {
- background-color: #ddd;
- border: 1px solid #bbb;
- font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #777;
-}
-
-.code_highlight {
- width: 100%;
- background-color: #efefef;
- border: 1px solid #e0e0e0;
-}
-
-.comment {
- background-color: #f3f1f1;
- width: 100%;
- border: 1px solid #e0e0e0;
-}
-
-.lowlight {
- width: 100%;
- background-color: #e5e5e5;
- font-weight: bold;
-}
-
-.compad {
- padding: 4px;
-}
-
-.spacer {
- padding: 2px 0 2px 0;
-}
-
-.center {
- text-align: center;
- margin-left: auto;
- margin-right: auto;
-}
-
-.tbox.chatbox {
- width: 88%;
- margin-left: auto;
- margin-right: auto;
-}
-
-
-
-.fborder {
- border: #486386 1px solid;
-}
-.forumheader, .nforumcaption{
- background-color: #f3f3f7;
- font: 12px verdana, tahoma, arial, helvetica, sans-serif;
- color:#000;
- padding: 4px;
- background-image : url(images/forumheader.png);
- border-top: 1px solid #becde0;
- border-bottom: 1px solid #e2e9f1;
- border-left: 0;
- border-right: 0;
- height: 20px;
-}
-
-.finfobar{
- background-color: #CCC8C8;
- color:#000;
- padding: 4px;
- border: 1px solid #C3BDBD;
- text-align: left;
- background-image : url(images/forumheader.png);
- font: 11px verdana, tahoma, arial, helvetica, sans-serif;
-}
-
-.forumheader2{
- background-color: #f4f6fb;
- font: 12px verdana, tahoma, arial, helvetica, sans-serif;
- color:#000;
- padding: 4px;
- border: #f4f6fb 1px solid;
-}
-
-.forumheader3{
- background-color: #f1f4fd;
- font: 11px verdana, tahoma, arial, helvetica, sans-serif;
- color:#000;
- padding: 4px;
- border: #f1f4fd 1px solid;
-}
-
-.forumheader3_alt{
- background-color: #f0f0f0;
-}
-
-.forumborder{
- border: #000080 1px solid;
-}
-
-.fcaption {
- border-bottom: 1px solid #becde0;
- border-top: 1px solid #e2e9f1;
- border-left: 0;
- border-right: 0;
- background-image : url(images/fcaption.png);
- padding: 2px 0 2px 4px;
- background-color: #f9fafb;
- font: 9pt verdana, tahoma, arial, helvetica, sans-serif;
- color:#616060;
- height: 25px;
-}
-
-.smallblacktext, .defaulttext {
- font: 8pt tahoma, verdana, arial, helvetica, sans-serif;
- color:#32475f;
-}
-
-td {
- text-align: left;
-}
-
-img {
- vertical-align: middle;
-}
-
-.linkspage_button{
- vertical-align: middle;
- border:0px;
-}
\ No newline at end of file
diff --git a/e107_themes/sebes/theme.php b/e107_themes/sebes/theme.php
deleted file mode 100644
index c5770825e..000000000
--- a/e107_themes/sebes/theme.php
+++ /dev/null
@@ -1,151 +0,0 @@
-
".LAN_THEME_1." ");
-
-// [layout]
-
-$layout = "_default";
-$register_sc[]='USER_CONTRIBUTIONS';
-$HEADER = "
-
-
-{BANNER}
-
-
-
-
-
-
-
-
-
-{CUSTOM=search+".THEME_ABS."images/search.png+19+18}
-
-
-
-
-
-
-
-{SETSTYLE=menu}
-
-{SITELINKS}
-{MENU=1}
-
-
-
-
-{SETSTYLE=main}
-";
-
-
-$FOOTER = "
-
-
-
-
-
-
-
{SITEDISCLAIMER} {THEME_DISCLAIMER}
-
-";
-
-
-define('PRELINK', "");
-define('POSTLINK', "");
-define('LINKSTART', "
");
-define("LINKSTART_HILITE", "
");
-define('LINKEND', "
");
-define('LINKDISPLAY', 2);
-define('LINKALIGN', "left");
-
-
-define("BULLET", "arrow.png");
-
-/* [newsstyle] */
-
-$NEWSSTYLE = "
-
{NEWSTITLE}
-
{NEWSAUTHOR}".LAN_THEME_6."{NEWSDATE} | {NEWSCOMMENTS}{TRACKBACK}
-
-{NEWSBODY}
-{EXTENDED}
-
";
-
-define("ICONSTYLE", "");
-define("COMMENTLINK", LAN_THEME_2);
-define("COMMENTOFFSTRING", LAN_THEME_3);
-define("PRE_EXTENDEDSTRING", "
[ ");
-define("EXTENDEDSTRING", LAN_THEME_4);
-define("POST_EXTENDEDSTRING", " ]
");
-define("TRACKBACKSTRING", LAN_THEME_5);
-define("TRACKBACKBEFORESTRING", " | ");
-
-
-// [tablestyle]
-
-function tablestyle($caption, $text, $mode)
-{
- global $style;
- if($style == "menu")
- {
- echo "
{$caption}
{$text}
\n";
- }
- else
- {
- if($caption)
- {
- echo "
{$caption}
{$text}\n";
- }
- else
- {
- echo $text."\n";
- }
- }
-}
-
-$COMMENTSTYLE = "
-
-";
-
-
-$CHATBOXSTYLE = "
-
{USERNAME} |
{TIMEDATE}
-
-{MESSAGE}
-
";
-
-
-?>
\ No newline at end of file