Where do I find the OJS homepage template/theme for customization and a few text changes? Can anyone send me the path?
Thanks!
Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
<script type="text/javascript">{literal}
var loc = window.location;
var currentURL = loc.pathname;
if (currentURL=='/ojs/index' || currentURL=='/ojs/' || currentURL=='/ojs/about' || currentURL=='/ojs/user/register')
loadjscssfile("/ojs/styles/images/main_page_style.css", "css")
function loadjscssfile(filename, filetype){
if (filetype=="css"){
var fileref=document.createElement("link")
fileref.setAttribute("rel", "stylesheet")
fileref.setAttribute("type", "text/css")
fileref.setAttribute("href", filename)
}
if (typeof fileref!="undefined")
document.getElementsByTagName("head")[0].appendChild(fileref)
}Users browsing this forum: No registered users and 2 guests