This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Add the tablesorter style sheet | |
| $GLOBALS['TL_CSS'][] = 'assets/jquery/tablesorter/' . $GLOBALS['TL_ASSETS']['TABLESORTER'] . '/css/tablesorter.css|static'; | |
| ?> | |
| <script src="<?= TL_ASSETS_URL ?>assets/jquery/tablesorter/<?= $GLOBALS['TL_ASSETS']['TABLESORTER'] ?>/js/tablesorter.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.0.4/js.cookie.min.js"></script> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function($) | |
| { | |
| // or use https://github.com/fczbkk/css-selector-generator instead | |
| $.fn.getPath = function () { | |
| if (this.length != 1) throw 'Requires one element.'; | |
| var path, node = this; | |
| while (node.length) { | |
| var realNode = node[0], name = realNode.localName; | |
| if (!name) break; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <Grabber> | |
| <Info language="de" availableDays="14" timezone="W. Europe Standard Time" version="2.1.0" /> | |
| <Channels> | |
| <Channel id="13TH STREET Universal" siteId="112" /> | |
| <Channel id="3sat" siteId="1" /> | |
| <Channel id="Animal Planet" siteId="73" /> | |
| <Channel id="Animax" siteId="171" /> | |
| <Channel id="ANIXE HD" siteId="4" /> | |
| <Channel id="ARTE" siteId="6" /> |
NewerOlder