Skip to content
Snippets Groups Projects
Commit b0b998c3 authored by Brett Bieber's avatar Brett Bieber
Browse files

Upgrade UNL_Templates library to 1.2.0

parent a7523f99
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ class UNL_Templates_Version3_Secure extends UNL_Templates
public $__template = 'Secure.tpl'; // template name
public $doctitle = "<title>UNL | Department | New Page</title>"; // string()
public $head = "<!-- Place optional header elements here -->"; // string()
public $identitymanagement = "<a href=\"https://login.unl.edu/cas/logout\">Logout</a>"; // string()
public $breadcrumbs = "<ul> <li><a href=\"http://www.unl.edu/\" title=\"University of Nebraska&ndash;Lincoln\">UNL</a></li> <li>Department</li> </ul>"; // string()
public $navlinks = "<!--#include virtual=\"../sharedcode/navigation.html\" -->"; // string()
public $titlegraphic = "<h1>Department</h1>"; // string()
......
<?php
/**
* Template Definition for unlaffiliate.dwt
*/
require_once 'UNL/Templates.php';
class UNL_Templates_Version3_Unlaffiliate extends UNL_Templates
{
###START_AUTOCODE
/* the code below is auto generated do not remove the above tag */
public $__template = 'Unlaffiliate.tpl'; // template name
public $doctitle = "<title>UNL | Department | New Page</title>"; // string()
public $head = "<!-- Place optional header elements here -->"; // string()
public $sitebranding = "<div id=\"affiliate_note\"><a href=\"http://www.unl.edu\" title=\"University of Nebraska&ndash;Lincoln\">An affiliate of the University of Nebraska&ndash;Lincoln</a></div> <a href=\"/\" title=\"Through the Eyes of the Child Initiative\"><img src=\"../sharedcode/affiliate_imgs/affiliate_logo.png\" alt=\"Through the Eyes of the Child Initiative\" id=\"logo\" /></a> <h1>Through the Eyes of the Child Initiative</h1> <div id=\'tag_line\'>A Nebraska Supreme Court Initiative</div>"; // string()
public $breadcrumbs = "<ul> <li><a href=\"http://www.unl.edu/\" title=\"University of Nebraska&ndash;Lincoln\">UNL</a></li> <li>Department</li> </ul>"; // string()
public $navlinks = "<!--#include virtual=\"../sharedcode/navigation.html\" -->"; // string()
public $titlegraphic = "<h1>Department</h1>"; // string()
public $pagetitle = ""; // string()
public $maincontentarea = "<p>Place your content here.<br /> Remember to validate your pages before publishing! Sample layouts are available through the <a href=\"http://wdn.unl.edu//\">Web Developer Network</a>. <br /> <a href=\"http://validator.unl.edu/check/referer\">Check this page</a> </p>"; // string()
public $leftcollinks = "<!--#include virtual=\"../sharedcode/relatedLinks.html\" -->"; // string()
public $contactinfo = "<!--#include virtual=\"../sharedcode/footerContactInfo.html\" -->"; // string()
public $optionalfooter = ""; // string()
public $footercontent = "<!--#include virtual=\"../sharedcode/footer.html\" -->"; // string()
/* Static get */
function staticGet($k,$v=NULL) { return UNL_DWT::staticGet('UNL_Templates_Version3_Unlaffiliate',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment