Skip to content

Commit 5365419

Browse files
committed
More title migrations to new style
Fixed some titles in the administration area for classes, attributes, and the editor. Including add/edit/delete pages. Some indention of code is also fixed
1 parent a540b09 commit 5365419

7 files changed

+292
-314
lines changed

delete_attr.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_once 'include/head.php';
44

5-
echo NConf_HTML::title('Delete Attribute');
5+
echo NConf_HTML::page_title('', 'Delete Attribute');
66

77
if (DB_NO_WRITES == 1) {
88
message($info, TXT_DB_NO_WRITES);

delete_class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require_once 'include/head.php';
33
//set_page();
44

5-
echo NConf_HTML::title('Delete class');
5+
echo NConf_HTML::page_title('', 'Delete class');
66

77
if( ( ( isset($_POST["delete"]) ) AND ($_POST["delete"] == "yes") ) AND
88
( ( isset($_POST["id"]) ) AND ($_POST["id"] != "") )

0 commit comments

Comments
 (0)