Where to edit this text

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
extr3m3
New Member
New Member
Posts: 2
Joined: Thu Nov 26, 2009 9:26 pm

Where to edit this text

Post by extr3m3 »

Hi!

I would like to know where to edit this text. Thanks for help!

Image

Image (logo)

Image

Image

Image
Zoorlat

Re: Where to edit this text

Post by Zoorlat »

Hi extr3m3,

You can do this simply by modifying the template. In the admin panel, go to Layout > Templates. The standard template that you are using is easy to edit since it is well structured and clearly commented.

Good luck and happy CMSMS-ing!

(you might also want to have a look in the documentation: http://wiki.cmsmadesimple.org/index.php/User_Handbook/Getting_Started/Designer/Templates)
extr3m3
New Member
New Member
Posts: 2
Joined: Thu Nov 26, 2009 9:26 pm

Re: Where to edit this text

Post by extr3m3 »

Hi!

Thanks for your help, but i still didn't find some of this stuff. I need to change Image and this Image

Where to find this?
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Where to edit this text

Post by Jos »

The search text you can edit in the admin of the search module (Extensions)
Peciura

Re: Where to edit this text

Post by Peciura »

For "next page" and "Top" look for "{cms_selflink...}"  and "{anchor ...}"in page template.

Code: Select all

<div class="right49">
	 	{anchor anchor='pagewrapper' text='^ Top '} <br />
	 </div>
         <div class="left49">
            {cms_selflink dir="previous" label="Previous page: "} <br />
            {cms_selflink dir="next" label="Next page: "}
         </div>
Translations of search module are in "/modules/Search/lang/ext/"
Post Reply

Return to “Layout and Design (CSS & HTML)”