Home
last modified time | relevance | path

Searched refs:pagetype (Results 1 – 2 of 2) sorted by relevance

/template/ospyramid/
H A Dmain.php34 $pagetype = 'article'; variable
36 $pagetype = 'frontpage'; variable
38 $pagetype = 'category'; variable
41 $pagetype = 'special'; variable
44 $pagetype = 'edit'; variable
82 if ($pagetype == 'article') {
87 if ($pagetype == 'article') {
92 if ($pagetype == 'article') {
98 if ($pagetype == 'article') {
106 if ($pagetype == 'article') {
[all …]
/template/tr-twitter/
H A Dmain.php30 $pagetype = 'article'; variable
31 if ($INFO['namespace'] == "") { $pagetype = 'frontpage'; } variable
32 …else if ( strpos($INFO['id'], ":start") OR strpos($INFO['id'], ":categories") ) { $pagetype = 'cat… variable
33 if ( $ACT !== "show" ) { $pagetype = 'special'; } variable
34 if ( $ACT === "edit" ) { $pagetype = 'edit'; } variable
69 if ($pagetype == 'article') {
79 if ($pagetype == 'article') {
104 if ($pagetype == 'article') {
109 if ($pagetype == 'category') {
113 if ($pagetype == 'frontpage') {
[all …]