<?php declare(strict_types=1); defined('BASEPATH') OR exit('No direct script access allowed');
2
3
//Ravens Scans is a bit of an irregular in that it uses a combination of a FoolSlide fork (https://github.com/dvaJi/FoOlSlide) and a standalone front-end (https://github.com/dvaJi/ReaderFront).
4
class RavensScans extends Base_FoolSlide_Site_Model {
5
public $baseURL = 'http://ravens-scans.com';
6
7
public function getFullTitleURL(string $title_url) : string {