2016-02-23, 07:26:32
For some reason i read source code and assumed this was for the back end SITENAME.
As it is a trvial thing for front end, as you are meant to modify templates., thats the point and why we include a theme editor.
So ignore this, but if you wanted this on backend here.
........
Use the css and stick a psuedo element..
http://get-simple.info/extend/plugin/cus...in-css/15/
Or use my hook component plugin or a plugin and insert using jquery.
As it is a trvial thing for front end, as you are meant to modify templates., thats the point and why we include a theme editor.
So ignore this, but if you wanted this on backend here.
........
Use the css and stick a psuedo element..
Code:
#sitename:before {
display:inline-block;
content: "";
background-image: url("/dev/getsimple/develop/data/uploads/image-2.gif");
width: 100px;
height:100px;
float:left
}
http://get-simple.info/extend/plugin/cus...in-css/15/
Or use my hook component plugin or a plugin and insert using jquery.