Added email footer setting.
This commit is contained in:
parent
1246c811eb
commit
ae2df54ff7
3 changed files with 6 additions and 2 deletions
|
|
@ -977,6 +977,8 @@ INSERT INTO template VALUES (1,'Default Site Map','<tmpl_if displayTitle>\r\n
|
|||
INSERT INTO template VALUES (2,'Descriptive Site Map','<tmpl_if displayTitle>\r\n <h1><tmpl_var title></h1>\r\n</tmpl_if>\r\n\r\n<tmpl_if description>\r\n <tmpl_var description><p/>\r\n</tmpl_if>\r\n\r\n<tmpl_loop page_loop>\r\n <tmpl_var page.indent><a href=\"<tmpl_var page.url>\"><tmpl_var page.title></a> \r\n <tmpl_if page.synopsis>\r\n - <tmpl_var page.synopsis>\r\n </tmpl_if>\r\n <p/>\r\n</tmpl_loop>','SiteMap');
|
||||
alter table page add column languageId int not null default 1;
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (823,1,'WebGUI','Go to the new page.', 1038706332);
|
||||
insert into settings values ("mailFooter","^c;\n^e;\n^u;\n");
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (824,1,'WebGUI','Email Footer', 1038708558);
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue