Loading…
<span>File not available: </span><i>../../e107_themes/Race-cars/theme_shortcodes.php</i><span>. Couldn't Find Class 'theme_shortcodes' in </span><b>../../e107_themes/Race-cars/theme_shortcodes.php</b><span> </span>
Not important but fix is easy:
add theme_shortcodes.php to theme folder
<?phpclass theme_shortcodes extends e_shortcode{// public $override = true;
<?php
class theme_shortcodes extends e_shortcode
{
// public $override = true;
function __construct(){}}
function __construct()
}