I have tried to modify the theme but I can't find the code where it generates the html for the episodes. Any hint you can give me, pleasefor a url to open in new tab target="_blank" attribute need to be set on a tag
Code:<a href="/ep/1" target="_blank">episode </a>
you have to edit the theme and find the code where it generate the html for the episodes and change it.
I have tried to modify the theme but I can't find the code where it generates the html for the episodes. Any hint you can give me, please
dooplay\inc\parts\single\listas\seasons.php
dooplay\inc\parts\single\listas\seasons_episodes.php
<a href='{$plink}'>{$title}</a>
<a href='{$plink}' target="_blank">{$title}</a>