Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <theme name="Alpha Gaming" version="1603">
  3. <properties>
  4. <templateset><![CDATA[5]]></templateset>
  5. <editortheme><![CDATA[default]]></editortheme>
  6. <imgdir><![CDATA[images/alphagaming]]></imgdir>
  7. <logo><![CDATA[images/alphagaming/logo.png]]></logo>
  8. <tablespace><![CDATA[4]]></tablespace>
  9. <borderwidth><![CDATA[1]]></borderwidth>
  10. </properties>
  11. <stylesheets>
  12. <stylesheet name="global.css" version="1603"><![CDATA[body {
  13. background: #d3d4d6;
  14. color: #FFF;
  15. font-family: Verdana, Arial, Sans-Serif;
  16. font-size: 13px;
  17. text-align: center; /* IE 5 fix */
  18. line-height: 1.4;
  19. }
  20.  
  21. #searchbar{
  22. margin-top:-33px;
  23. position:absolute;
  24. margin-left: 805px;
  25. }
  26.  
  27. #paneltext{
  28. margin-top:7px;
  29. }
  30.  
  31. #mainpic{
  32. background: url(images/alphagaming/mainpic.png) no-repeat;
  33. width: 960px;
  34. height: 284px;
  35. }
  36. #ttop{
  37. background: url(images/alphagaming/ttop.png) no-repeat;
  38. width: 960px;
  39. height: 57px;
  40. }
  41. #tlogo{
  42. background: url(images/alphagaming/logo.png) no-repeat;
  43. width: 147px;
  44. height: 10px;
  45. position:absolute;
  46. margin-top:23px;
  47. margin-left:15px;
  48. }
  49.  
  50. a:link {
  51. color: #838383;
  52. text-decoration: none;
  53. }
  54.  
  55. a:visited {
  56. color: #838383;
  57. text-decoration: none;
  58. }
  59.  
  60. a:hover, a:active {
  61. color: #838383;
  62. text-decoration: underline;
  63. }
  64.  
  65. #container {
  66. width: 960px;
  67. background: #fff;
  68. border: 1px solid #e4e4e4;
  69. color: #838383;
  70. margin: auto auto;
  71. padding: 1px;
  72. text-align: left; /* IE 5 fix */
  73. }
  74.  
  75. #content {
  76. /* FIX: Make internet explorer wrap correctly */
  77. width: auto !important;
  78.  
  79. }
  80.  
  81. .menu ul {
  82. background: url(images/alphagaming/menupic.png) repeat-x;
  83. color: #FFF;
  84. font-family: Verdana, Arial, Sans-Serif;
  85. text-align: left;
  86. padding: 12px;
  87. font-size:12px;
  88. }
  89.  
  90. .menu ul a:link {
  91. color: #919191;
  92. text-decoration: none;
  93. }
  94.  
  95. .menu ul a:visited {
  96. color: #919191;
  97. text-decoration: none;
  98. }
  99.  
  100. .menu ul a:hover, .menu ul a:active {
  101. color: #FFF;
  102. text-decoration: none;
  103. }
  104.  
  105. #panel {
  106. float:right;
  107. width:410px;
  108. color: #FFF;
  109. font-size: 9px;
  110. margin-top: 6px;
  111. }
  112.  
  113. #panel .remember_me input {
  114. vertical-align: middle;
  115. margin-top: -1px;
  116. }
  117.  
  118. table {
  119. color: #959494;
  120. font-family: Verdana, Arial, Sans-Serif;
  121. font-size: 13px;
  122. }
  123.  
  124. .tborder {
  125. background: #FFF;
  126. width: 100%;
  127. margin: auto auto;
  128.  
  129. }
  130.  
  131. .thead {
  132. background: #000 url(images/alphagaming/thead.png) repeat-x;
  133. color: #FFF;
  134. height:46px;
  135. padding: 0px 4px;
  136. padding-left:10px;
  137. }
  138.  
  139. .thead a:link {
  140. color: #ffffff;
  141. text-decoration: none;
  142.  
  143. }
  144.  
  145. .thead a:visited {
  146. color: #ffffff;
  147. text-decoration: none;
  148.  
  149. }
  150.  
  151. .thead a:hover, .thead a:active {
  152. color: #ffffff;
  153. text-decoration: underline;
  154.  
  155. }
  156.  
  157. .tcat {
  158. background: #cac9c8;
  159. color: #838383;
  160. font-size: 12px;
  161.  
  162. }
  163.  
  164. .tcat a:link {
  165. color: #000000;
  166.  
  167. }
  168.  
  169. .tcat a:visited {
  170. color: #000000;
  171. }
  172.  
  173. .tcat a:hover, .tcat a:active {
  174. color: #000000;
  175. }
  176.  
  177. .trow1 {
  178. background: #e6e6e6;
  179. }
  180.  
  181. .trow2 {
  182. background: #e2e2e2;
  183. }
  184.  
  185. .trow_shaded {
  186. background: #ffdde0;
  187. }
  188.  
  189. .trow_selected td {
  190. background: #FFFBD9;
  191. }
  192.  
  193. .trow_sep {
  194. background: #e5e5e5;
  195. color: #000;
  196. font-size: 12px;
  197. font-weight: bold;
  198. }
  199.  
  200. .tfoot {
  201. background: #e6e6e6;
  202. color: #838383;
  203. }
  204.  
  205. .tfoot a:link {
  206. color: #838383;
  207. text-decoration: none;
  208. }
  209.  
  210. .tfoot a:visited {
  211. color: #838383;
  212. text-decoration: none;
  213. }
  214.  
  215. .tfoot a:hover, .tfoot a:active {
  216. color: #838383;
  217. text-decoration: underline;
  218. }
  219.  
  220. .bottommenu {
  221. color: #000000;
  222. padding: 10px;
  223. }
  224.  
  225. .navigation {
  226. color: #747474;
  227. font-size: 11px;
  228. font-weight: bold;
  229. padding-left:10px;
  230. margin-top:-12px;
  231. margin-bottom:5px;
  232. }
  233.  
  234. .navigation a:link {
  235.  
  236. color: #747474;
  237. text-decoration: none;
  238. }
  239.  
  240. .navigation a:visited {
  241. color: #747474;
  242. text-decoration: none;
  243. }
  244.  
  245. .navigation a:hover, .navigation a:active {
  246. color: #747474;
  247. text-decoration: none;
  248. }
  249.  
  250. .navigation .active {
  251. color: #000000;
  252. font-size: 11px;
  253. font-weight: bold;
  254.  
  255. }
  256.  
  257. .smalltext {
  258. font-size: 11px;
  259. }
  260.  
  261. .largetext {
  262. font-size: 16px;
  263. font-weight: bold;
  264. }
  265.  
  266. input.textbox {
  267. background: #ffffff;
  268. color: #000000;
  269. border: 1px solid #0f5c8e;
  270. padding: 1px;
  271. }
  272.  
  273. textarea {
  274. background: #ffffff;
  275. color: #000000;
  276. border: 1px solid #0f5c8e;
  277. padding: 2px;
  278. font-family: Verdana, Arial, Sans-Serif;
  279. line-height: 1.4;
  280. font-size: 13px;
  281. }
  282.  
  283. select {
  284. background: #ffffff;
  285. border: 1px solid #0f5c8e;
  286. }
  287.  
  288. .editor {
  289. background: #f1f1f1;
  290. border: 1px solid #ccc;
  291. }
  292.  
  293. .editor_control_bar {
  294. background: #fff;
  295. border: 1px solid #0f5c8e;
  296. }
  297.  
  298. .autocomplete {
  299. background: #fff;
  300. border: 1px solid #000;
  301. color: black;
  302. }
  303.  
  304. .autocomplete_selected {
  305. background: #adcee7;
  306. color: #000;
  307. }
  308.  
  309. .popup_menu {
  310. background: #ccc;
  311. border: 1px solid #000;
  312. }
  313.  
  314. .popup_menu .popup_item {
  315. background: #fff;
  316. color: #000;
  317. }
  318.  
  319. .popup_menu .popup_item:hover {
  320. background: #C7DBEE;
  321. color: #000;
  322. }
  323.  
  324. .trow_reputation_positive {
  325. background: #ccffcc;
  326. }
  327.  
  328. .trow_reputation_negative {
  329. background: #ffcccc;
  330. }
  331.  
  332. .reputation_positive {
  333. color: green;
  334. }
  335.  
  336. .reputation_neutral {
  337. color: #444;
  338. }
  339.  
  340. .reputation_negative {
  341. color: red;
  342. }
  343.  
  344. .invalid_field {
  345. border: 1px solid #f30;
  346. color: #f30;
  347. }
  348.  
  349. .valid_field {
  350. border: 1px solid #0c0;
  351. }
  352.  
  353. .validation_error {
  354. background: url(images/alphagaming/invalid.gif) no-repeat center left;
  355. color: #f30;
  356. margin: 5px 0;
  357. padding: 5px;
  358. font-weight: bold;
  359. font-size: 11px;
  360. padding-left: 22px;
  361. }
  362.  
  363. .validation_success {
  364. background: url(images/alphagaming/valid.gif) no-repeat center left;
  365. color: #00b200;
  366. margin: 5px 0;
  367. padding: 5px;
  368. font-weight: bold;
  369. font-size: 11px;
  370. padding-left: 22px;
  371. }
  372.  
  373. .validation_loading {
  374. background: url(images/alphagaming/spinner.gif) no-repeat center left;
  375. color: #555;
  376. margin: 5px 0;
  377. padding: 5px;
  378. font-weight: bold;
  379. font-size: 11px;
  380. padding-left: 22px;
  381. }
  382.  
  383. /* Additional CSS (Master) */
  384. img {
  385. border: none;
  386. }
  387.  
  388. .clear {
  389. clear: both;
  390. }
  391.  
  392. .hidden {
  393. display: none;
  394. float: none;
  395. width: 1%;
  396. }
  397.  
  398. .hiddenrow {
  399. display: none;
  400. }
  401.  
  402. .selectall {
  403. background-color: #FFFBD9;
  404. font-weight: bold;
  405. text-align: center;
  406. }
  407.  
  408. .float_left {
  409. float: left;
  410. }
  411.  
  412. .float_right {
  413. float: right;
  414. }
  415.  
  416. .menu ul {
  417. list-style: none;
  418. margin: 0;
  419. }
  420.  
  421. .menu li {
  422. display: inline;
  423. padding-left: 5px;
  424. }
  425.  
  426. .menu img {
  427. padding-right: 5px;
  428. vertical-align: top;
  429. }
  430.  
  431. #panel .links {
  432. margin: 0;
  433. float: right;
  434. }
  435.  
  436. .expcolimage {
  437. float: right;
  438. width: auto;
  439. vertical-align: middle;
  440. margin-top: 3px;
  441. }
  442.  
  443. img.attachment {
  444. border: 1px solid #E9E5D7;
  445. padding: 2px;
  446. }
  447.  
  448. hr {
  449. background-color: #000000;
  450. color: #000000;
  451. height: 1px;
  452. border: 0px;
  453. }
  454.  
  455. #copyright {
  456. font: 11px Verdana, Arial, Sans-Serif;
  457. margin: 0;
  458. padding: 5px 0 0 10px;
  459. }
  460.  
  461. #debug {
  462. float: right;
  463. text-align: right;
  464. margin-top: 0;
  465. }
  466.  
  467. blockquote {
  468. border: 1px solid #ccc;
  469. margin: 0;
  470. background: #fff;
  471. padding: 4px;
  472. }
  473.  
  474. blockquote cite {
  475. font-weight: bold;
  476. border-bottom: 1px solid #ccc;
  477. font-style: normal;
  478. display: block;
  479. margin: 4px 0;
  480. }
  481.  
  482. blockquote cite span {
  483. float: right;
  484. font-weight: normal;
  485. }
  486.  
  487. blockquote cite span.highlight {
  488. float: none;
  489. font-weight: bold;
  490. padding-bottom: 0;
  491. }
  492.  
  493. .codeblock {
  494. background: #fff;
  495. border: 1px solid #ccc;
  496. padding: 4px;
  497. }
  498.  
  499. .codeblock .title {
  500. border-bottom: 1px solid #ccc;
  501. font-weight: bold;
  502. margin: 4px 0;
  503. }
  504.  
  505. .codeblock code {
  506. overflow: auto;
  507. height: auto;
  508. max-height: 200px;
  509. display: block;
  510. font-family: Monaco, Consolas, Courier, monospace;
  511. font-size: 13px;
  512. }
  513.  
  514. .subforumicon {
  515. border: 0;
  516. vertical-align: middle;
  517. }
  518.  
  519. .separator {
  520. margin: 5px;
  521. padding: 0;
  522. height: 0px;
  523. font-size: 1px;
  524. list-style-type: none;
  525. }
  526.  
  527. form {
  528. margin: 0;
  529. padding: 0;
  530. }
  531.  
  532. .popup_menu .popup_item_container {
  533. margin: 1px;
  534. text-align: left;
  535. }
  536.  
  537. .popup_menu .popup_item {
  538. display: block;
  539. padding: 3px;
  540. text-decoration: none;
  541. white-space: nowrap;
  542. }
  543.  
  544. .popup_menu a.popup_item:hover {
  545. text-decoration: none;
  546. }
  547.  
  548. .autocomplete {
  549. text-align: left;
  550. }
  551.  
  552. .subject_new {
  553. font-weight: bold;
  554. }
  555.  
  556. .highlight {
  557. background: #FFFFCC;
  558. padding-top: 3px;
  559. padding-bottom: 3px;
  560. }
  561.  
  562. .pm_alert {
  563. background: #FFF6BF;
  564. border: 1px solid #FFD324;
  565. text-align: center;
  566. padding: 5px 20px;
  567. margin-bottom: 15px;
  568. font-size: 11px;
  569. }
  570.  
  571. .red_alert {
  572. background: #FBE3E4;
  573. border: 1px solid #A5161A;
  574. color: #A5161A;
  575. text-align: center;
  576. padding: 5px 20px;
  577. margin-bottom: 15px;
  578. font-size: 11px;
  579. }
  580.  
  581. .high_warning {
  582. color: #CC0000;
  583. }
  584.  
  585. .moderate_warning {
  586. color: #F3611B;
  587. }
  588.  
  589. .low_warning {
  590. color: #AE5700;
  591. }
  592.  
  593. div.error {
  594. padding: 5px 10px;
  595. border-top: 2px solid #FFD324;
  596. border-bottom: 2px solid #FFD324;
  597. background: #FFF6BF;
  598. font-size: 12px;
  599. }
  600.  
  601. div.error p {
  602. margin: 0;
  603. color: #000;
  604. font-weight: normal;
  605. }
  606.  
  607. div.error p em {
  608. font-style: normal;
  609. font-weight: bold;
  610. padding-left: 24px;
  611. display: block;
  612. color: #C00;
  613. background: url(images/alphagaming/error.gif) no-repeat 0;
  614. }
  615.  
  616. div.error.ul {
  617. margin-left: 24px;
  618. }
  619.  
  620. .online {
  621. color: #15A018;
  622. }
  623.  
  624. .offline {
  625. color: #C7C7C7;
  626. }
  627.  
  628. .pagination {
  629. font-size: 11px;
  630. padding-top: 10px;
  631. margin-bottom: 5px;
  632. }
  633.  
  634. .tfoot .pagination, .tcat .pagination {
  635. padding-top: 0;
  636. }
  637. .pagination .pages {
  638. font-weight: bold;
  639. }
  640.  
  641. .pagination .pagination_current, .pagination a {
  642. padding: 2px 6px;
  643. margin-bottom: 3px;
  644. }
  645.  
  646. .pagination a {
  647. border: 1px solid #81A2C4;
  648. }
  649.  
  650. .pagination .pagination_current {
  651. background: #F5F5F5;
  652. border: 1px solid #81A2C4;
  653. font-weight: bold;
  654. color: #000;
  655. }
  656.  
  657. .pagination a:hover {
  658. background: #F5F5F5;
  659. text-decoration: none;
  660. }
  661.  
  662. .thread_legend, .thread_legend dd {
  663. margin: 0;
  664. padding: 0;
  665. }
  666.  
  667. .thread_legend dd {
  668. padding-bottom: 4px;
  669. margin-right: 15px;
  670. }
  671.  
  672. .thread_legend img {
  673. margin-right: 4px;
  674. vertical-align: bottom;
  675. }
  676.  
  677. .forum_legend, .forum_legend dt, .forum_legend dd {
  678. margin: 0;
  679. padding: 0;
  680.  
  681. }
  682.  
  683. .forum_legend dd {
  684. float: left;
  685. margin-right: 10px;
  686. margin-top:13px;
  687. }
  688.  
  689. .forum_legend dt {
  690. margin-right: 10px;
  691. float: left;
  692. }
  693.  
  694. .success_message {
  695. color: #00b200;
  696. font-weight: bold;
  697. font-size: 10px;
  698. margin-bottom: 10px;
  699. }
  700.  
  701. .error_message {
  702. color: #C00;
  703. font-weight: bold;
  704. font-size: 10px;
  705. margin-bottom: 10px;
  706. }
  707.  
  708. .post_body {
  709. padding: 5px;
  710. }
  711.  
  712. .post_content {
  713. padding: 5px 10px;
  714. }
  715.  
  716. .quick_jump {
  717. background: url(images/alphagaming/jump.gif) no-repeat 0;
  718. width: 13px;
  719. height: 13px;
  720. padding-left: 13px; /* amount of padding needed for image to fully show */
  721. vertical-align: middle;
  722. border: none;
  723. }
  724.  
  725. .repbox {
  726. font-size:16px;
  727. font-weight: bold;
  728. padding:5px 7px 5px 7px;
  729. }
  730.  
  731. ._neutral {
  732. background-color:#FAFAFA;
  733. color: #999999;
  734. border:1px solid #CCCCCC;
  735. }
  736.  
  737. ._minus {
  738. background-color: #FDD2D1;
  739. color: #CB0200;
  740. border:1px solid #980201;
  741. }
  742.  
  743. ._plus {
  744. background-color:#E8FCDC;
  745. color: #008800;
  746. border:1px solid #008800;
  747. }
  748.  
  749. .pagination_breadcrumb {
  750. background-color: #f5f5f5;
  751. border: 1px solid #fff;
  752. outline: 1px solid #ccc;
  753. padding: 5px;
  754. margin-top: 5px;
  755. font-weight: normal;
  756. }
  757.  
  758. .pagination_breadcrumb_link {
  759. vertical-align: middle;
  760. cursor: pointer;
  761. }
  762.  
  763.  
  764. ]]>
  765. </stylesheet>
  766. </stylesheets>
  767. <templates>
  768. <template name="header" version="1603"><![CDATA[<div id="container">
  769.  
  770. <div id="mainpic">
  771. <div id="ttop">
  772.  
  773. <div id="panel">
  774. {$welcomeblock}
  775. </div>
  776.  
  777. <a href="index.php"><div id="tlogo">
  778. </div>
  779. </a></div>
  780. </div>
  781. <a name="top" id="top"></a>
  782. <div id="header">
  783.  
  784. <div class="menu">
  785. <ul>
  786. <li><a href="index.php">Forums</a></li>
  787. <li><a href="{$mybb->settings['bburl']}/search.php">Search</a></li>
  788. <li><a href="{$mybb->settings['bburl']}/memberlist.php">Member List</a></li>
  789. <li><a href="{$mybb->settings['bburl']}/calendar.php">Calendar</a></li>
  790. <li><a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a></li>
  791. </ul>
  792.  
  793. <div id="searchbar"><a name="top" id="top"></a>
  794. <div style="float:right;">
  795. <td class="trow1" align="center">
  796. <form method="post" action="{$mybb->settings['bburl']}/search.php">
  797. <input type="hidden" name="action" value="do_search" />
  798. <input type="hidden" name="postthread" value="1" />
  799. <input type="hidden" name="forums" value="all" />
  800. <input type="hidden" name="showresults" value="threads" />
  801. <input type="text" class="textbox" name="keywords" style="background:#000; width:120px; height:20px; border:1px solid #525252; color:#FFF; " value="Search..." />
  802. <!-- start: gobutton -->
  803. <INPUT TYPE="image" SRC="images/alphagaming/gosearch.png" HEIGHT="14" WIDTH="16" value="Submit" >
  804. <!-- end: gobutton -->
  805. </form>
  806. </td>
  807. </div></div>
  808. </div>
  809. <hr class="hidden" />
  810.  
  811. </div>
  812. <hr class="hidden" />
  813. <br class="clear" />
  814. <div id="content">
  815. {$pm_notice}
  816. {$bannedwarning}
  817. {$bbclosedwarning}
  818. {$unreadreports}
  819. {$pending_joinrequests}
  820. <navigation>]]></template>
  821. <template name="header_welcomeblock_member_admin" version="1603"><![CDATA[<a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php"><img src="images/alphagaming/admincp.png"></img>{$lang->welcome_admin}</a>]]></template>
  822. <template name="header_welcomeblock_member" version="1603"><![CDATA[<span style="float:left;"><img src="{$mybb->settings['bburl']}/{$mybb->user['avatar']}" height="45" width="50">&nbsp;</span><div id="paneltext">{$lang->welcome_back}<br/><a href="{$mybb->settings['bburl']}/usercp.php"><img src="images/alphagaming/usercp.png"></img>&nbsp;<strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><img src="images/alphagaming/logout.png" alt="log out"/></img>&nbsp;{$lang->welcome_logout}</a></div><br />]]></template>
  823. <template name="header_welcomeblock_guest" version="1603"><![CDATA[<script type="text/javascript">
  824. <!--
  825. lang.username = "{$lang->login_username}";
  826. lang.password = "{$lang->login_password}";
  827. lang.login = "{$lang->login}";
  828. lang.lost_password = "<a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
  829. lang.register_url = "<a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
  830. lang.remember_me = "{$lang->remember_me}";
  831. // -->
  832. </script>
  833. <span id="quick_login">{$lang->welcome_guest}&nbsp;&nbsp;<a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a></span>]]></template>
  834. <template name="header_welcomeblock_member_moderator" version="1603"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php"><img src="images/alphagaming/modcp.png"></img>&nbsp;{$lang->welcome_modcp}</a>]]></template>
  835. <template name="footer" version="1603"><![CDATA[<br />
  836. <div class="bottommenu">
  837. <div class="float_right">{$lang_select}</div>
  838. <div>
  839. <span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
  840. </div>
  841. </div>
  842. </div>
  843. <hr class="hidden" />
  844. <div id="copyright">
  845. <div id="debug"><debugstuff></div>
  846. <!-- MyBB is free software developed and maintained by a volunteer community.
  847. It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
  848. to show your support for MyBB. If you choose to remove or modify the copyright below,
  849. you may be refused support on the MyBB Community Forums.
  850.  
  851. This is free software, support us and we'll support you. -->
  852. {$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>. Created by <a href="http://dslakaitis.info">DSlakaitis</a>. Buttons By <a href="http://mods.mybb.com/archive/view/black--blue-buttons">Legacy</a><br />
  853. <!-- End powered by -->
  854. <br />
  855. <br class="clear" />
  856. <!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
  857. {$auto_dst_detection}
  858. </div>
  859. </div>]]></template>
  860. </templates>
  861. </theme>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement