Forgot the year and month url part

This commit is contained in:
Andrew Manning 2015-10-06 06:50:33 -04:00
parent e1fca2a1ab
commit 8bf45536d3

View file

@ -41,6 +41,12 @@ function uexport_init(&$a) {
}
function uexport_content(&$a) {
$y = datetime_convert('UTC',date_default_timezone_get(),'now','Y');
$yearurl = z_root() . '/uexport/' . $y;
$janurl = z_root() . '/uexport/' . $y . '/1';
$impurl = '/import_items';
$o = replace_macros(get_markup_template('uexport.tpl'), array(
'$title' => t('Export Channel'),
'$basictitle' => t('Export Channel'),